android13/frameworks/native/opengl/tools/glgen/stubs/gles11/glObjectPtrLabel.cpp

7 lines
277 B
C++

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