Home | History | Annotate | Download | only in functional

Lines Matching refs:posLocation

5584 	const int				posLocation		= gl.getAttribLocation(m_program->getProgram(), "a_position");
5587 if (posLocation == -1)
5595 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
5596 gl.enableVertexAttribArray(posLocation);
5908 const int posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position");
5910 if (posLocation == -1)
5916 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
5917 gl.enableVertexAttribArray(posLocation);