Searched refs:SetDistanceParams (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp433 OSStatus OALSource::SetDistanceParams(bool inChangeReferenceDistance, bool inChangeMaxDistance) function in class:OALSource
436 DebugMessageN3("OALSource::SetDistanceParams() - OALSource:inChangeReferenceDistance:inChangeMaxDistance = %ld:%d:%d", (long int) mSelfToken, inChangeReferenceDistance, inChangeMaxDistance);
509 SetDistanceParams(true, false);
536 SetDistanceParams(false, true);
563 SetDistanceParams(false, false);
H A DoalSource.h601 OSStatus SetDistanceParams(bool inChangeReferenceDistance, bool inChangeMaxDistance);

Completed in 117 milliseconds