Lines Matching defs:target

746 /* void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image ) */
749 (JNIEnv *_env, jobject _this, jint target, jobject image_buf) {
761 (GLenum)target,
769 /* void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image ) */
772 (JNIEnv *_env, jobject _this, jint target, jobject image_buf) {
784 (GLenum)target,
1357 /* void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params ) */
1360 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
1386 (GLenum)target,
1401 /* void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params ) */
1404 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
1416 (GLenum)target,
1796 /* void glMultiTexCoord4xOES ( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q ) */
1799 (JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) {
1801 (GLenum)target,
1962 /* void glTexEnvxOES ( GLenum target, GLenum pname, GLfixed param ) */
1965 (JNIEnv *_env, jobject _this, jint target, jint pname, jint param) {
1967 (GLenum)target,
1973 /* void glTexEnvxvOES ( GLenum target, GLenum pname, const GLfixed *params ) */
1976 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
2002 (GLenum)target,
2017 /* void glTexEnvxvOES ( GLenum target, GLenum pname, const GLfixed *params ) */
2020 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
2032 (GLenum)target,
2041 /* void glTexParameterxOES ( GLenum target, GLenum pname, GLfixed param ) */
2044 (JNIEnv *_env, jobject _this, jint target, jint pname, jint param) {
2046 (GLenum)target,
2052 /* void glTexParameterxvOES ( GLenum target, GLenum pname, const GLfixed *params ) */
2055 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
2081 (GLenum)target,
2096 /* void glTexParameterxvOES ( GLenum target, GLenum pname, const GLfixed *params ) */
2099 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
2111 (GLenum)target,
2142 /* void glBindRenderbufferOES ( GLenum target, GLuint renderbuffer ) */
2145 (JNIEnv *_env, jobject _this, jint target, jint renderbuffer) {
2147 (GLenum)target,
2324 /* void glRenderbufferStorageOES ( GLenum target, GLenum internalformat, GLsizei width, GLsizei height ) */
2327 (JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) {
2329 (GLenum)target,
2336 /* void glGetRenderbufferParameterivOES ( GLenum target, GLenum pname, GLint *params ) */
2339 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
2371 (GLenum)target,
2386 /* void glGetRenderbufferParameterivOES ( GLenum target, GLenum pname, GLint *params ) */
2389 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) {
2410 (GLenum)target,
2435 /* void glBindFramebufferOES ( GLenum target, GLuint framebuffer ) */
2438 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
2440 (GLenum)target,
2617 /* GLenum glCheckFramebufferStatusOES ( GLenum target ) */
2620 (JNIEnv *_env, jobject _this, jint target) {
2623 (GLenum)target
2628 /* void glFramebufferRenderbufferOES ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer ) */
2631 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) {
2633 (GLenum)target,
2640 /* void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) */
2643 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) {
2645 (GLenum)target,
2653 /* void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */
2656 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) {
2688 (GLenum)target,
2704 /* void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */
2707 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) {
2728 (GLenum)target,
2743 /* void glGenerateMipmapOES ( GLenum target ) */
2746 (JNIEnv *_env, jobject _this, jint target) {
2748 (GLenum)target