Home | History | Annotate | Download | only in opengl

Lines Matching defs:glDrawTexsvOES

916     public void glDrawTexsvOES(short[] coords, int offset) {
918 mgl11Ext.glDrawTexsvOES(coords, offset);
922 public void glDrawTexsvOES(ShortBuffer coords) {
924 mgl11Ext.glDrawTexsvOES(coords);