Searched refs:s_vertices (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.cpp | 671 static const float s_vertices[6] = { -1.0, 0.0, 1.0, 1.0, 0.0, -1.0 }; in drawContainer() local 703 gl().vertexAttribPointer(posLoc, 2, GL_FLOAT, GL_FALSE, 0, s_vertices); in drawContainer()
|