16f0392874
Bug: 15028495 Change-Id: I276d04f029d441e092428fad72f09ca15e1d233a
8 lines
332 B
C++
8 lines
332 B
C++
/* void glGetObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */
|
|
static jstring
|
|
android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) {
|
|
jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
|
|
return NULL;
|
|
}
|
|
|