Searched refs:m_atomicCounterBuffer (Results 1 – 5 of 5) sorted by relevance
96 m_atomicCounterBuffer = 0; in init()701 if (m_atomicCounterBuffer) in setBoundAtomicCounterBuffersDirtyForHostMap()703 m_atomicCounterBuffer, in setBoundAtomicCounterBuffersDirtyForHostMap()736 if (m_atomicCounterBuffer == id) in unBindBuffer()737 m_atomicCounterBuffer = 0; in unBindBuffer()785 m_atomicCounterBuffer = id; in bindBuffer()973 ret = m_atomicCounterBuffer; in getBuffer()
478 m_atomicCounterBuffer = static_cast<GLuint>(stream->getBe32()); in GLEScontext()661 stream->putBe32(m_atomicCounterBuffer); in onSave()1231 m_atomicCounterBuffer = buffer; in bindBuffer()1322 if (m_atomicCounterBuffer == buffer) in unbindBuffer()1323 m_atomicCounterBuffer = 0; in unbindBuffer()1366 return m_atomicCounterBuffer != 0; in isBindedBuffer()1399 return m_atomicCounterBuffer; in getBuffer()
552 GLuint m_atomicCounterBuffer = 0; variable
374 bindBuffer(GL_ATOMIC_COUNTER_BUFFER, m_atomicCounterBuffer); in postLoadRestoreCtx()
637 GLuint m_atomicCounterBuffer; variable