Searched refs:positionIndex (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A 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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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()
|
Completed in 3 milliseconds