Home | History | Annotate | Download | only in gles11
      1     // C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
      2 
      3     public static native void glDrawElementsIndirect(int mode, int type, long indirect);
      4 
      5