Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp371 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/
Des3fDefaultVertexAttributeTests.cpp448 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()