Home | History | Annotate | Download | only in functional

Lines Matching refs:posLocation

819 	deInt32 posLocation		= ctx.getAttribLocation(programID, "a_position");
858 ctx.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
859 ctx.vertexAttribDivisor(posLocation, 0);
860 ctx.enableVertexAttribArray(posLocation);
2313 deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2340 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2341 gl.vertexAttribDivisor(posLocation, 0);
2342 gl.enableVertexAttribArray(posLocation);
2481 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2496 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, vertexPositions);
2497 gl.enableVertexAttribArray(posLocation);
2508 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2509 gl.enableVertexAttribArray(posLocation);
2517 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2518 gl.enableVertexAttribArray(posLocation);
2625 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2641 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2642 gl.enableVertexAttribArray(posLocation);