Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DIndexedPointsTest.cpp68 mVertexWithColorBufferProgram = CompileProgram(kVS2, kFS2); in testSetUp()
69 ASSERT_NE(0u, mVertexWithColorBufferProgram); in testSetUp()
108 glDeleteProgram(mVertexWithColorBufferProgram); in testTearDown()
120 GLuint program = useVertexBufferWithColor ? mVertexWithColorBufferProgram : mProgram; in runTest()
182 GLuint mVertexWithColorBufferProgram; member in IndexedPointsTest