Home | History | Annotate | Download | only in opengl

Lines Matching defs:glDrawTexivOES

2668     public void glDrawTexivOES(int[] coords, int offset) {
2669 begin("glDrawTexivOES");
2673 mgl11Ext.glDrawTexivOES(coords, offset);
2677 public void glDrawTexivOES(IntBuffer coords) {
2678 begin("glDrawTexivOES");
2681 mgl11Ext.glDrawTexivOES(coords);