summaryrefslogtreecommitdiff
path: root/opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabel.cpp
blob: d73f937b61047f9dd49e3a35fdb698cc2913aa4c (plain)
1
2
3
4
5
6
7
/* 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;
}