Searched defs:positionLocation (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBlending.cpp215 glw::GLuint positionLocation = gl.getAttribLocation(program.getProgram(), "position"); local
221 gl.vertexAttribPointer(positionLocation, 3, GL_FLOAT, GL_FALSE, 0, vertices);
222 gl.enableVertexAttribArray(positionLocation);
/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp335 const int positionLocation = gl.getAttribLocation(m_program->getProgram(), "a_position"); local
338 if (positionLocation == -1)
354 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f);

Completed in 150 milliseconds