Home | History | Annotate | Download | only in functional

Lines Matching full:vertexattribpointer

205 	gl.vertexAttribPointer			(positionLoc, 4, GL_FLOAT, GL_FALSE, 0, &vertexData[0]);
207 gl.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, 0, &colorData[0]);
642 gl.vertexAttribPointer(positionLoc, 4, GL_FLOAT, GL_FALSE, 0, position);
644 gl.vertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, 0, color);