Searched refs:positionIndex (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 371 const int positionIndex = gl.glGetAttribLocation(m_program->getProgram(), "a_position"); in renderWithValue() local 382 gl.glVertexAttribPointer(positionIndex, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderWithValue() 383 gl.glEnableVertexAttribArray(positionIndex); in renderWithValue()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 448 const int positionIndex = gl.glGetAttribLocation(m_program->getProgram(), "a_position"); in renderWithValue() local 459 gl.glVertexAttribPointer(positionIndex, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderWithValue() 460 gl.glEnableVertexAttribArray(positionIndex); in renderWithValue()
|