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

  /external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp 156 GLuint m_vaoID;
174 , m_vaoID (0)
217 gl.genVertexArrays (1, &m_vaoID);
218 gl.bindVertexArray (m_vaoID);
291 if (m_vaoID)
293 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vaoID);
294 m_vaoID = 0;
356 gl.bindVertexArray (m_vaoID);
478 gl.bindVertexArray (m_vaoID);
566 glw::GLuint m_vaoID;
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]

Completed in 250 milliseconds