Home | History | Annotate | Download | only in functional

Lines Matching refs:posLocation

1368 	const int				posLocation			= gl.getAttribLocation(m_drawShader->getProgram(), "a_position");
1410 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
1411 gl.enableVertexAttribArray(posLocation);
1432 gl.disableVertexAttribArray(posLocation);
1449 const int posLocation = gl.getAttribLocation(m_samplerShader->getProgram(), "a_position");
1473 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
1474 gl.enableVertexAttribArray(posLocation);
1490 gl.disableVertexAttribArray(posLocation);