Searched refs:atomicCounterBufferIndex (Results 1 – 4 of 4) sorted by relevance
62 deUint32 atomicCounterBufferIndex; //!< GL_ATOMIC_COUNTER_BUFFER_INDEX member75 , atomicCounterBufferIndex (~0u /* GL_INVALID_INDEX */) in InterfaceVariableInfo()
99 …info.atomicCounterBufferIndex = getProgramResourceUint(gl, program, programInterface, index, GL_AT… in getProgramInterfaceVariableInfo()
2129 for (size_t atomicCounterBufferIndex : mBoundAtomicCounterBuffersMask) in detachBuffer() local2131 OffsetBindingPointer<Buffer> &binding = mAtomicCounterBuffers[atomicCounterBufferIndex]; in detachBuffer()2137 mBoundAtomicCounterBuffersMask.reset(atomicCounterBufferIndex); in detachBuffer()
2617 …atomicCounterBufferIndex != GL_INVALID_INDEX ? glu::getProgramInterfaceBlockInfo(gl, program, GL_A… in execute()