Home | History | Annotate | Download | only in functional

Lines Matching refs:posLoc

358 	const GLuint				posLoc			= gl.getAttribLocation(program.getProgram(), "a_position");
407 gl.vertexAttribPointer (posLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
408 gl.enableVertexAttribArray (posLoc);
415 gl.disableVertexAttribArray (posLoc);