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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h133 void AppendBuffer(OALSource* thisSource, ALuint inBufferToken, OALBuffer *inBuffer, ALuint inACToken);
134 ALuint RemoveQueueEntryByIndex(OALSource* thisSource, UInt32 inIndex, bool inReleaseIt);
H A DoalSource.cpp4620 void BufferQueue::AppendBuffer(OALSource* thisSource, ALuint inBufferToken, OALBuffer *inBuffer, ALuint inACToken) argument
4623 DebugMessageN4("BufferQueue::AppendBuffer - thisSource:inBufferToken:inBuffer:inACToken = %d:%d:%p:%d", thisSource->GetToken(), inBufferToken, inBuffer, inACToken);
4638 ALuint BufferQueue::RemoveQueueEntryByIndex(OALSource* thisSource, UInt32 inIndex, bool inReleaseIt) argument
4641 DebugMessageN3("BufferQueue::RemoveQueueEntryByIndex - thisSource:inIndex:inReleaseIt:inACToken = %d:%d:%d", thisSource->GetToken(), inIndex, inReleaseIt);
4651 it->mBuffer->ReleaseBuffer(thisSource); // if this release decrements the attchment count of this source to zero, it

Completed in 204 milliseconds