public interface javax.microedition.khronos.opengles.GL11Ext extends javax.microedition.khronos.opengles.GL
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.microedition.khronos.opengles.GL11Ext
  super_class: java.lang.Object
{
  public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 35742

  public static final int GL_MATRIX_INDEX_ARRAY_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34884

  public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34889

  public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34886

  public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34888

  public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34887

  public static final int GL_MATRIX_PALETTE_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34880

  public static final int GL_MAX_PALETTE_MATRICES_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34882

  public static final int GL_MAX_VERTEX_UNITS_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34468

  public static final int GL_TEXTURE_CROP_RECT_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 35741

  public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34974

  public static final int GL_WEIGHT_ARRAY_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34477

  public static final int GL_WEIGHT_ARRAY_POINTER_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34476

  public static final int GL_WEIGHT_ARRAY_SIZE_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34475

  public static final int GL_WEIGHT_ARRAY_STRIDE_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34474

  public static final int GL_WEIGHT_ARRAY_TYPE_OES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34473

  public abstract void glTexParameterfv(int, int, float[], int);
    descriptor: (II[FI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      target  
      pname   
      param   
      offset  

  public abstract void glCurrentPaletteMatrixOES(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      matrixpaletteindex  

  public abstract void glDrawTexfOES(float, float, float, float, float);
    descriptor: (FFFFF)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      x       
      y       
      z       
      width   
      height  

  public abstract void glDrawTexfvOES(float[], int);
    descriptor: ([FI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      coords  
      offset  

  public abstract void glDrawTexfvOES(java.nio.FloatBuffer);
    descriptor: (Ljava/nio/FloatBuffer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      coords  

  public abstract void glDrawTexiOES(int, int, int, int, int);
    descriptor: (IIIII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      x       
      y       
      z       
      width   
      height  

  public abstract void glDrawTexivOES(int[], int);
    descriptor: ([II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      coords  
      offset  

  public abstract void glDrawTexivOES(java.nio.IntBuffer);
    descriptor: (Ljava/nio/IntBuffer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      coords  

  public abstract void glDrawTexsOES(short, short, short, short, short);
    descriptor: (SSSSS)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      x       
      y       
      z       
      width   
      height  

  public abstract void glDrawTexsvOES(short[], int);
    descriptor: ([SI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      coords  
      offset  

  public abstract void glDrawTexsvOES(java.nio.ShortBuffer);
    descriptor: (Ljava/nio/ShortBuffer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      coords  

  public abstract void glDrawTexxOES(int, int, int, int, int);
    descriptor: (IIIII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      x       
      y       
      z       
      width   
      height  

  public abstract void glDrawTexxvOES(int[], int);
    descriptor: ([II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      coords  
      offset  

  public abstract void glDrawTexxvOES(java.nio.IntBuffer);
    descriptor: (Ljava/nio/IntBuffer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      coords  

  public abstract void glEnable(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      cap   

  public abstract void glEnableClientState(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      array  

  public abstract void glLoadPaletteFromModelViewMatrixOES();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
    descriptor: (IIILjava/nio/Buffer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      size     
      type     
      stride   
      pointer  

  public abstract void glMatrixIndexPointerOES(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      size    
      type    
      stride  
      offset  

  public abstract void glWeightPointerOES(int, int, int, java.nio.Buffer);
    descriptor: (IIILjava/nio/Buffer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      size     
      type     
      stride   
      pointer  

  public abstract void glWeightPointerOES(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      size    
      type    
      stride  
      offset  
}
SourceFile: "GL11Ext.java"