Home | History | Annotate | Download | only in opengl

Lines Matching defs:glWeightPointerOES

1367     public void glWeightPointerOES(int size, int type, int stride,
1370 mgl11Ext.glWeightPointerOES(size, type, stride, pointer);
1374 public void glWeightPointerOES(int size, int type, int stride, int offset) {
1376 mgl11Ext.glWeightPointerOES(size, type, stride, offset);