1 /* void glGetPointerv ( GLenum pname, void **params ) */
2 static jlong
android_glGetPointerv(JNIEnv * _env,jobject _this,jint pname)3 android_glGetPointerv(JNIEnv *_env, jobject _this, jint pname) {
4     jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
5     return NULL;
6 }
7 
8