Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4385 const int positionAttribLoc = gl.getAttribLocation(programHandle, "a_position"); in renderTo() local
4387 TCU_CHECK(positionAttribLoc != -1); in renderTo()
4391 gl.enableVertexAttribArray(positionAttribLoc); in renderTo()
4392 gl.vertexAttribPointer(positionAttribLoc, 4, GL_FLOAT, GL_FALSE, (int)sizeof(tcu::Vec4), DE_NULL); in renderTo()