Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_native
/
226486cdaf606909b5cc9e1f662f0874a6c4d079
/
.
/
opengl
/
tools
/
glgen
/
stubs
/
gles11
/
glGetPointerv.cpp
blob: 8311591e231f5362762b21c8de76f503b12c4f4d [
file
] [
log
] [
blame
]
/* void glGetPointerv ( GLenum pname, void **params ) */
static
jlong
android_glGetPointerv
(
JNIEnv
*
_env
,
jobject _this
,
jint pname
)
{
jniThrowException
(
_env
,
"java/lang/UnsupportedOperationException"
,
"not yet implemented"
);
return
NULL
;
}