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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h731 void SetObstruction(Float32 inObstruction);
H A DoalImp.cpp5001 oalSource->SetObstruction(*(ALfloat*)data);
H A DoalSource.cpp4177 void OALSource::SetObstruction(Float32 inObstruction) function in class:OALSource
4180 DebugMessageN2("OALSource::SetObstruction - OALSource:inObstruction = %ld:%f\n", (long int) mSelfToken, inObstruction);
4183 DebugMessageN2("OALSource::SetObstruction - OALSource:inObstruction = %ld:%f\n", (long int) mSelfToken, inObstruction);

Completed in 206 milliseconds