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