1 /* void glGetProgramResourceName ( GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name ) */
2 static jstring
android_glGetProgramResourceName(JNIEnv * _env,jobject _this,jint program,jint programInterface,jint index)3 android_glGetProgramResourceName
4 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) {
5 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
6 return NULL;
7 }
8
9