Home | History | Annotate | Download | only in functional

Lines Matching defs:posLocation

687 	deInt32 posLocation		= ctx.getAttribLocation(programID, "a_position");
723 ctx.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
724 ctx.vertexAttribDivisor(posLocation, 0);
725 ctx.enableVertexAttribArray(posLocation);