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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalImp.cpp2158 oalSource->SetRollOffFactor(value);
2234 oalSource->SetRollOffFactor(*values);
2386 oalSource->SetRollOffFactor(value);
2476 oalSource->SetRollOffFactor(*values);
H A DoalSource.h648 void SetRollOffFactor (Float32 inRollOffFactor);
H A DoalSource.cpp541 void OALSource::SetRollOffFactor (Float32 inRollOffFactor) function in class:OALSource
544 DebugMessageN2("OALSource::SetRollOffFactor - OALSource:inRollOffFactor = %ld:%f\n", (long int) mSelfToken, inRollOffFactor);
660 SetRollOffFactor(mRollOffFactor);

Completed in 205 milliseconds