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