Home | History | Annotate | Download | only in jni

Lines Matching defs:textures

698 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
704 GLuint *textures = (GLuint *) 0;
707 _env->ThrowNew(IAEClass, "textures == null");
721 textures = textures_base + offset;
725 (GLuint *)textures
735 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
741 GLuint *textures = (GLuint *) 0;
743 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
750 (GLuint *)textures
755 releasePointer(_env, _array, textures, JNI_FALSE);
1116 /* void glGenTextures ( GLsizei n, GLuint *textures ) */
1123 GLuint *textures = (GLuint *) 0;
1127 _env->ThrowNew(IAEClass, "textures == null");
1143 textures = textures_base + offset;
1147 (GLuint *)textures
1157 /* void glGenTextures ( GLsizei n, GLuint *textures ) */
1164 GLuint *textures = (GLuint *) 0;
1166 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
1174 (GLuint *)textures
1179 releasePointer(_env, _array, textures, _exception ? JNI_FALSE : JNI_TRUE);