Home | History | Annotate | Download | only in functional

Lines Matching refs:posLocation

690 	deInt32 posLocation		= ctx.getAttribLocation(programID, "a_position");
726 ctx.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
727 ctx.vertexAttribDivisor(posLocation, 0);
728 ctx.enableVertexAttribArray(posLocation);