frameworks/native/opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabel.cpp

8 lines
300 B
C++
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
/* void glGetObjectPtrLabel ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label ) */
static jstring
android_glGetObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr) {
jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
return NULL;
}