summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/glGetIntegerv.cpp
blob: 9000ece8322bd84a58cd0cc369090986a33d5c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* void glGetIntegerv ( GLenum pname, GLint *params ) */
static void
android_glGetIntegerv__I_3II
  (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
    get<jintArray, GLint, glGetIntegerv>(_env, _this, pname, params_ref, offset);
}

/* void glGetIntegerv ( GLenum pname, GLint *params ) */
static void
android_glGetIntegerv__ILjava_nio_IntBuffer_2
  (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
    getarray<GLint, glGetIntegerv>(_env, _this, pname, params_buf);
}