Home | History | Annotate | Download | only in gl

Lines Matching full:vertexattribpointer

1610 	gl.vertexAttribPointer(location, 1, GL_FLOAT, GL_FALSE, 0, NULL);
4505 gl.vertexAttribPointer(position_location, 4, GL_FLOAT, GL_FALSE, stride, NULL);
4506 gl.vertexAttribPointer(color_location, 4, GL_FLOAT, GL_FALSE, stride, color_offset);
4932 gl.vertexAttribPointer(position_location, 4, GL_FLOAT, GL_FALSE, 0, NULL);
5564 gl.vertexAttribPointer(position_location, 4, GL_FLOAT, GL_FALSE, 0, NULL);
6041 gl.vertexAttribPointer(position_location, 4, GL_FLOAT, GL_FALSE, 0, NULL);
6479 gl.vertexAttribPointer(position_location, 4, GL_FLOAT, GL_FALSE, 0, NULL);
6491 gl.vertexAttribPointer(color_location, 4, GL_FLOAT, GL_FALSE, 0, NULL);