Home | History | Annotate | Download | only in functional

Lines Matching refs:posLocation

821 	deInt32 posLocation		= ctx.getAttribLocation(programID, "a_position");
860 ctx.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
861 ctx.vertexAttribDivisor(posLocation, 0);
862 ctx.enableVertexAttribArray(posLocation);
2314 deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2341 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2342 gl.vertexAttribDivisor(posLocation, 0);
2343 gl.enableVertexAttribArray(posLocation);
2482 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2497 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, vertexPositions);
2498 gl.enableVertexAttribArray(posLocation);
2509 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2510 gl.enableVertexAttribArray(posLocation);
2518 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2519 gl.enableVertexAttribArray(posLocation);
2626 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2642 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2643 gl.enableVertexAttribArray(posLocation);