Home | History | Annotate | Download | only in functional

Lines Matching refs:posLoc

2896 	const int				posLoc	= gl.getAttribLocation(m_program->getProgram(), "a_position");
2899 if (posLoc == -1)
2916 gl.vertexAttrib4f(posLoc, 0.0f, 0.0f, 0.0f, 1.0f);