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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h740 void SetDistortionEnable(Boolean inEnable);
H A DoalImp.cpp5038 oalSource->SetDistortionEnable(*(Boolean*)data);
H A DoalSource.cpp4414 void OALSource::SetDistortionEnable(Boolean inEnable) function in class:OALSource
4417 DebugMessageN2("OALSource::SetDistortionEnable - OALSource:inEnable = %ld:%d\n", (long int) mSelfToken, inEnable);
4420 DebugMessageN2("OALSource::SetDistortionEnable - OALSource:inEnable = %ld:%d\n", (long int) mSelfToken, inEnable);

Completed in 151 milliseconds