Home | History | Annotate | Download | only in opengl

Lines Matching refs:glDrawTexfvOES

879     public void glDrawTexfvOES(float[] coords, int offset) {
881 mgl11Ext.glDrawTexfvOES(coords, offset);
885 public void glDrawTexfvOES(FloatBuffer coords) {
887 mgl11Ext.glDrawTexfvOES(coords);