Home | History | Annotate | Download | only in jni

Lines Matching defs:textures

425 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
431 GLuint *textures = (GLuint *) 0;
434 _env->ThrowNew(IAEClass, "textures == null");
448 textures = textures_base + offset;
452 (GLuint *)textures
462 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
468 GLuint *textures = (GLuint *) 0;
470 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
477 (GLuint *)textures
482 releasePointer(_env, _array, textures, JNI_FALSE);
890 /* void glGenTextures ( GLsizei n, GLuint *textures ) */
897 GLuint *textures = (GLuint *) 0;
901 _env->ThrowNew(IAEClass, "textures == null");
917 textures = textures_base + offset;
921 (GLuint *)textures
931 /* void glGenTextures ( GLsizei n, GLuint *textures ) */
938 GLuint *textures = (GLuint *) 0;
940 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
948 (GLuint *)textures
953 releasePointer(_env, _array, textures, _exception ? JNI_FALSE : JNI_TRUE);