Searched refs:ALC_ASA_DISTORTION_ENABLE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DMacOSX_OALExtensions.h238 #define ALC_ASA_DISTORTION_ENABLE 'dsen' // type ALboolean - initializes Distortion for use - returns error if source is not in a Stopped or Initial state macro
H A DoalOSX.cpp207 case ALC_ASA_DISTORTION_ENABLE: return "ALC_ASA_DISTORTION_ENABLE"; break;
H A DoalImp.cpp4072 if (strcmp("ALC_ASA_DISTORTION_ENABLE", (const char *)ename) == 0) { return ALC_ASA_DISTORTION_ENABLE; }
4923 case ALC_ASA_DISTORTION_ENABLE:
5035 case ALC_ASA_DISTORTION_ENABLE:

Completed in 126 milliseconds