Searched refs:getActiveAtomicCounterBufferCount (Results 1 – 7 of 7) sorted by relevance
618 ANGLE_INLINE GLuint getActiveAtomicCounterBufferCount() const in getActiveAtomicCounterBufferCount() function621 return static_cast<GLuint>(mState.mExecutable->getActiveAtomicCounterBufferCount()); in getActiveAtomicCounterBufferCount()
259 ANGLE_INLINE GLuint getActiveAtomicCounterBufferCount() const in getActiveAtomicCounterBufferCount() function
3698 bufferIndex < mState.mExecutable->getActiveAtomicCounterBufferCount(); ++bufferIndex) in linkAtomicCounterBuffers()3718 static_cast<int>(mState.mExecutable->getActiveAtomicCounterBufferCount() - 1); in linkAtomicCounterBuffers()
310 return (index < programObject->getActiveAtomicCounterBufferCount()); in ValidateProgramResourceIndex()
1364 *params = program->getActiveAtomicCounterBufferCount(); in QueryProgramiv()
4057 program->getActiveAtomicCounterBufferCount() > 0) in dispatchCompute()4072 program->getActiveAtomicCounterBufferCount() > 0) in dispatchComputeIndirect()
2097 if (program->getActiveAtomicCounterBufferCount() > 0) in syncState()