Home | History | Annotate | Download | only in jni

Lines Matching defs:textures

551 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
557 GLuint *textures = (GLuint *) 0;
560 _env->ThrowNew(IAEClass, "textures == null");
574 textures = textures_base + offset;
578 (GLuint *)textures
588 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
594 GLuint *textures = (GLuint *) 0;
596 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
603 (GLuint *)textures
608 releasePointer(_env, _array, textures, JNI_FALSE);
1016 /* void glGenTextures ( GLsizei n, GLuint *textures ) */
1023 GLuint *textures = (GLuint *) 0;
1027 _env->ThrowNew(IAEClass, "textures == null");
1043 textures = textures_base + offset;
1047 (GLuint *)textures
1057 /* void glGenTextures ( GLsizei n, GLuint *textures ) */
1064 GLuint *textures = (GLuint *) 0;
1066 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
1074 (GLuint *)textures
1079 releasePointer(_env, _array, textures, _exception ? JNI_FALSE : JNI_TRUE);