Searched refs:mCalculateDistance (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalContext.cpp54 mCalculateDistance(true),
665 mCalculateDistance = true;
698 mCalculateDistance = true;
707 mCalculateDistance = false;
717 mCalculateDistance = true;
727 mCalculateDistance = false;
735 mCalculateDistance = false;
H A DoalContext.h94 bool DoSetDistance() { return mCalculateDistance;}
239 bool mCalculateDistance; // true except: for 1.3 mixer Inverse curve, OR pre 2.2 mixer and either Exponential or Linear curves member in class:OALContext
H A DoalSource.cpp104 mCalculateDistance(true),
597 mCalculateDistance = true; // change the distance next time the PreRender proc or a new Play() is called
614 mCalculateDistance = true; // change the velocity next time the PreRender proc or a new Play() is called
631 mCalculateDistance = true; // change the direction next time the PreRender proc or a new Play() is called
648 mCalculateDistance = true; // change the source relative next time the PreRender proc or a new Play() is called
662 mCalculateDistance = true;
678 mCalculateDistance = true;
695 mCalculateDistance = true;
716 mCalculateDistance = true;
1573 mCalculateDistance
[all...]
H A DoalSource.h457 bool mCalculateDistance; member in class:OALSource

Completed in 216 milliseconds