HomeSort by relevance Sort by last modified time
    Searched refs:m_atomicCounterBuffer (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cShaderAtomicCounterOpsTests.cpp 376 gl.bindBuffer(GL_ATOMIC_COUNTER_BUFFER, m_atomicCounterBuffer);
411 gl.bindBuffer(GL_ATOMIC_COUNTER_BUFFER, m_atomicCounterBuffer);
446 gl.bindBufferBase(GL_ATOMIC_COUNTER_BUFFER, 0, m_atomicCounterBuffer);
516 : TestCase(context, name, description), m_atomicCounterBuffer(0), m_atomicCounterCallsBuffer(0)
528 gl.genBuffers(1, &m_atomicCounterBuffer);
531 gl.bindBuffer(GL_ATOMIC_COUNTER_BUFFER, m_atomicCounterBuffer);
566 gl.deleteBuffers(1, &m_atomicCounterBuffer);
gl4cShaderAtomicCounterOpsTests.hpp 289 glw::GLuint m_atomicCounterBuffer;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 63 m_atomicCounterBuffer = 0;
356 if (m_atomicCounterBuffer == id)
357 m_atomicCounterBuffer = 0;
401 m_atomicCounterBuffer = id;
497 ret = m_atomicCounterBuffer;
    [all...]
GLClientState.h 446 GLuint m_atomicCounterBuffer;

Completed in 121 milliseconds