Home | History | Annotate | Download | only in gles11
      1 /* void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label ) */
      2 static void
      3 android_glObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr, jstring label) {
      4     jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
      5 }
      6 
      7