HomeSort by relevance Sort by last modified time
    Searched refs:mgl11Ext (Results 1 - 4 of 4) sorted by null

  /frameworks/base/opengl/java/android/opengl/
GLWrapperBase.java 41 mgl11Ext = (GL11Ext) gl;
51 protected GL11Ext mgl11Ext;
GLErrorWrapper.java 875 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
881 mgl11Ext.glDrawTexfvOES(coords, offset);
887 mgl11Ext.glDrawTexfvOES(coords);
893 mgl11Ext.glDrawTexiOES(x, y, z, width, height);
899 mgl11Ext.glDrawTexivOES(coords, offset);
905 mgl11Ext.glDrawTexivOES(coords);
912 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
918 mgl11Ext.glDrawTexsvOES(coords, offset);
924 mgl11Ext.glDrawTexsvOES(coords);
930 mgl11Ext.glDrawTexxOES(x, y, z, width, height)
    [all...]
GLLogWrapper.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 47 private GL11Ext mgl11Ext;
69 mgl11Ext = (GL11Ext) gl;
693 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
697 mgl11Ext.glDrawTexfvOES(coords, offset);
701 mgl11Ext.glDrawTexfvOES(coords);
705 mgl11Ext.glDrawTexiOES(x, y, z, width, height);
709 mgl11Ext.glDrawTexivOES(coords, offset);
713 mgl11Ext.glDrawTexivOES(coords);
718 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
722 mgl11Ext.glDrawTexsvOES(coords, offset)
    [all...]

Completed in 248 milliseconds