1 /* void glGetObjectPtrLabelKHR ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label ) */ 2 static jstring android_glGetObjectPtrLabelKHR(JNIEnv * _env,jobject _this,jlong ptr)3android_glGetObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr) { 4 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented"); 5 return NULL; 6 } 7 8