Home | History | Annotate | Download | only in gles11
      1     // C function void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label )
      2 
      3     public static native void glObjectPtrLabel(long ptr, String label);
      4 
      5