Lines Matching refs:posLocation
823 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position");
862 ctx.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
863 ctx.vertexAttribDivisor(posLocation, 0);
864 ctx.enableVertexAttribArray(posLocation);
2320 deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2347 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2348 gl.vertexAttribDivisor(posLocation, 0);
2349 gl.enableVertexAttribArray(posLocation);
2496 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2511 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, vertexPositions);
2512 gl.enableVertexAttribArray(posLocation);
2523 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2524 gl.enableVertexAttribArray(posLocation);
2532 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2533 gl.enableVertexAttribArray(posLocation);
2640 const deInt32 posLocation = gl.getAttribLocation(programID, "a_position");
2656 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2657 gl.enableVertexAttribArray(posLocation);