Home | History | Annotate | Download | only in functional

Lines Matching defs:posLoc

347 	const GLuint				posLoc			= gl.getAttribLocation(program.getProgram(), "a_position");
396 gl.vertexAttribPointer (posLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
397 gl.enableVertexAttribArray (posLoc);
404 gl.disableVertexAttribArray (posLoc);