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 168 GLuint m_vaoID;
186 , m_vaoID (0)
229 gl.genVertexArrays (1, &m_vaoID);
230 gl.bindVertexArray (m_vaoID);
303 if (m_vaoID)
305 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vaoID);
306 m_vaoID = 0;
368 gl.bindVertexArray (m_vaoID);
490 gl.bindVertexArray (m_vaoID);
578 glw::GLuint m_vaoID;
    [all...]
es31fSRGBDecodeTests.cpp 912 glw::GLuint m_vaoID;
934 , m_vaoID (0)
986 if (m_vaoID != 0)
988 gl.deleteVertexArrays(1, &m_vaoID);
989 m_vaoID = 0;
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]

Completed in 3730 milliseconds