Lines Matching defs:textures
643 * recognizes that there is no way to create immutable buffer textures,
687 const GLuint *textures, bool no_error)
718 const GLuint texture = textures ? textures[i] : 0;
730 * in <textures> is not zero or the name of an existing
734 "glBindImageTextures(textures[%d]=%u "
752 * any texture in <textures> is zero (per binding)."
757 "textures[%d]=%u is zero)", i, texture);
770 * in <textures> is not found in table 8.33 (per binding)."
774 "the level zero texture image of textures[%d]=%u "
796 const GLuint *textures)
800 bind_image_textures(ctx, first, count, textures, true);
804 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures)
828 bind_image_textures(ctx, first, count, textures, false);