Home | History | Annotate | Download | only in opengl

Lines Matching defs:glDrawTexivOES

897     public void glDrawTexivOES(int[] coords, int offset) {
899 mgl11Ext.glDrawTexivOES(coords, offset);
903 public void glDrawTexivOES(IntBuffer coords) {
905 mgl11Ext.glDrawTexivOES(coords);