Home | History | Annotate | Download | only in gles11
      1 /* void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */
      2 static jstring
      3 android_glGetObjectLabel(JNIEnv *_env, jobject _this, jint identifier, jint name) {
      4     jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
      5     return NULL;
      6 }
      7 
      8