xref: /aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabel.cpp (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1 /* void glGetObjectPtrLabel ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label ) */
2 static jstring
android_glGetObjectPtrLabel(JNIEnv * _env,jobject _this,jlong ptr)3 android_glGetObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr) {
4     jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
5     return NULL;
6 }
7 
8