Home
last modified time | relevance | path

Searched refs:mVertexWithColorBuffer (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/gl_tests/
DIndexedPointsTest.cpp80 glGenBuffers(1, &mVertexWithColorBuffer); in testSetUp()
81 glBindBuffer(GL_ARRAY_BUFFER, mVertexWithColorBuffer); in testSetUp()
107 glDeleteBuffers(1, &mVertexWithColorBuffer); in testTearDown()
124 glBindBuffer(GL_ARRAY_BUFFER, mVertexWithColorBuffer); in runTest()
183 GLuint mVertexWithColorBuffer; member in IndexedPointsTest