Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DIndexedPointsTest.cpp130 GLint vertexColorLocation = glGetAttribLocation(program, "color"); in runTest() local
131 glVertexAttribPointer(vertexColorLocation, 3, GL_FLOAT, GL_FALSE, in runTest()
134 glEnableVertexAttribArray(vertexColorLocation); in runTest()