Home | History | Annotate | Download | only in gles11
      1 /* void glGetPointervKHR ( GLenum pname, void **params ) */
      2 static jobject
      3 android_glGetDebugMessageCallbackKHR(JNIEnv *_env, jobject _this) {
      4     jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
      5     return NULL;
      6 }
      7 
      8