Searched refs:inBufferIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h136 UInt32 GetBufferFrameCount(UInt32 inBufferIndex);
138 ALuint GetBufferTokenByIndex(UInt32 inBufferIndex);
139 UInt32 GetCurrentFrame(UInt32 inBufferIndex);
141 BufferInfo* Get(short inBufferIndex) { argument
143 std::advance(it, inBufferIndex);
149 void SetBufferAsProcessed(UInt32 inBufferIndex) { argument
151 std::advance(it, inBufferIndex);
H A DoalSource.cpp4606 UInt32 BufferQueue::GetCurrentFrame(UInt32 inBufferIndex) argument
4609 DebugMessageN1("BufferQueue::GetCurrentFrame - inBufferIndex = %d", inBufferIndex);
4612 std::advance(it, inBufferIndex);
4679 UInt32 BufferQueue::GetBufferFrameCount(UInt32 inBufferIndex) argument
4682 DebugMessageN1("BufferQueue::GetBufferFrameCount - inBufferIndex = %d",inBufferIndex);
4685 std::advance(it, inBufferIndex);
4693 ALuint BufferQueue::GetBufferTokenByIndex(UInt32 inBufferIndex) argument
4696 DebugMessageN1("BufferQueue::GetBufferTokenByIndex - inBufferIndex
[all...]

Completed in 181 milliseconds