HomeSort by relevance Sort by last modified time
    Searched defs:m_posLoc (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.hpp 153 deUint32 m_posLoc;
169 deUint32 m_posLoc;
  /external/deqp/modules/glshared/
glsBufferTestUtil.hpp 255 deUint32 m_posLoc;
275 deUint32 m_posLoc;
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 80 GLint m_posLoc;
92 m_posLoc = gl.getAttribLocation(getProgram(), "pos");
137 gl.enableVertexAttribArray(m_posLoc);
162 gl.vertexAttribPointer(m_posLoc, NUM_COMPONENTS, GL_FLOAT, false, 0, DE_NULL),

Completed in 102 milliseconds