Home | History | Annotate | Download | only in opengl

Lines Matching defs:glColorPointer

1328     public void glColorPointer(int size, int type, int stride, Buffer pointer) {
1329 begin("glColorPointer");
1334 mgl.glColorPointer(size, type, stride, pointer);
3334 public void glColorPointer(int size, int type, int stride, int offset) {
3335 begin("glColorPointer");
3341 mgl11.glColorPointer(size, type, stride, offset);