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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h601 OSStatus SetDistanceParams(bool inChangeReferenceDistance, bool inChangeMaxDistance);
H A DoalSource.cpp433 OSStatus OALSource::SetDistanceParams(bool inChangeReferenceDistance, bool inChangeMaxDistance) argument
436 DebugMessageN3("OALSource::SetDistanceParams() - OALSource:inChangeReferenceDistance:inChangeMaxDistance = %ld:%d:%d", (long int) mSelfToken, inChangeReferenceDistance, inChangeMaxDistance);
468 if (inChangeReferenceDistance)

Completed in 217 milliseconds