Searched refs:SetRenderQuality (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalContext.h147 void SetRenderQuality (UInt32 inRenderQuality);
H A DoalContext.cpp1035 oalSource->SetRenderQuality(GetRenderQuality());
1043 void OALContext::SetRenderQuality (UInt32 inRenderQuality) function in class:OALContext
1046 DebugMessageN2("OALContext::SetRenderQuality() - OALContext:inRenderQuality = %ld:%d", (long int) mSelfToken, inRenderQuality);
H A DoalSource.h706 OSStatus SetRenderQuality(ALuint inValue);
H A DoalImp.cpp4757 oalSource->SetRenderQuality(value);
5308 oalContext->SetRenderQuality ((UInt32) value);
H A DoalSource.cpp2393 OSStatus OALSource::SetRenderQuality(ALuint inValue) function in class:OALSource

Completed in 196 milliseconds