Home | History | Annotate | Download | only in functional

Lines Matching refs:posLoc

529 	const deInt32			posLoc			= gl.getAttribLocation(programID, "a_position");
548 TCU_CHECK(posLoc >= 0);
626 gl.enableVertexAttribArray(posLoc);
627 gl.vertexAttribPointer(posLoc, 4, GL_FLOAT, GL_FALSE, 0, &position[0]);
631 gl.disableVertexAttribArray(posLoc);