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

  /external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp 157 GLuint m_vaoID;
175 , m_vaoID (0)
218 gl.genVertexArrays (1, &m_vaoID);
219 gl.bindVertexArray (m_vaoID);
292 if (m_vaoID)
294 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vaoID);
295 m_vaoID = 0;
357 gl.bindVertexArray (m_vaoID);
479 gl.bindVertexArray (m_vaoID);
567 glw::GLuint m_vaoID;
    [all...]
es31fSRGBDecodeTests.cpp 959 glw::GLuint m_vaoID;
981 , m_vaoID (0)
1033 if (m_vaoID != 0)
1035 gl.deleteVertexArrays(1, &m_vaoID);
1036 m_vaoID = 0;
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]

Completed in 60 milliseconds