Searched refs:vertexLocation (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | IndexedPointsTest.cpp | 125 GLint vertexLocation = glGetAttribLocation(program, "position"); in runTest() local 126 glVertexAttribPointer(vertexLocation, 2, GL_FLOAT, GL_FALSE, in runTest() 128 glEnableVertexAttribArray(vertexLocation); in runTest() 139 GLint vertexLocation = glGetAttribLocation(program, "position"); in runTest() local 140 glVertexAttribPointer(vertexLocation, 2, GL_FLOAT, GL_FALSE, 0, 0); in runTest() 141 glEnableVertexAttribArray(vertexLocation); in runTest()
|