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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h730 void SetOcclusion(Float32 inOcclusion);
H A DoalImp.cpp4995 oalSource->SetOcclusion(*(ALfloat*)data);
H A DoalSource.cpp4156 void OALSource::SetOcclusion(Float32 inOcclusion) function in class:OALSource
4159 DebugMessageN2("OALSource::SetOcclusion - OALSource:inOcclusion = %ld:%f\n", (long int) mSelfToken, inOcclusion);
4162 DebugMessageN2("OALSource::SetOcclusion - OALSource:inOcclusion = %ld:%f\n", (long int) mSelfToken, inOcclusion);

Completed in 307 milliseconds