Lines Matching defs:textures
658 * recognizes that there is no way to create immutable buffer textures,
674 const GLuint *textures, bool no_error)
705 const GLuint texture = textures ? textures[i] : 0;
717 * in <textures> is not zero or the name of an existing
721 "glBindImageTextures(textures[%d]=%u "
739 * any texture in <textures> is zero (per binding)."
744 "textures[%d]=%u is zero)", i, texture);
757 * in <textures> is not found in table 8.33 (per binding)."
761 "the level zero texture image of textures[%d]=%u "
783 const GLuint *textures)
787 bind_image_textures(ctx, first, count, textures, true);
791 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures)
814 bind_image_textures(ctx, first, count, textures, false);