Home | History | Annotate | Download | only in opengl

Lines Matching defs:glColorPointer

161     public void glColorPointer(int size, int type, int stride, Buffer pointer) {
163 mgl.glColorPointer(size, type, stride, pointer);
985 public void glColorPointer(int size, int type, int stride, int offset) {
987 mgl11.glColorPointer(size, type, stride, offset);