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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h741 void SetDistortionOn(Boolean inOn);
H A DoalSource.cpp4453 SetDistortionOn(false);
4466 void OALSource::SetDistortionOn(Boolean inOn) function in class:OALSource
4469 DebugMessageN2("OALSource::SetDistortionOn - OALSource:inOn = %ld:%d\n", (long int) mSelfToken, inOn);
4472 DebugMessageN2("OALSource::SetDistortionOn - OALSource:inOn = %ld:%d\n", (long int) mSelfToken, inOn);
H A DoalImp.cpp5043 oalSource->SetDistortionOn(*(Boolean*)data);

Completed in 189 milliseconds