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