Home | History | Annotate | Download | only in main

Lines Matching refs:Access

454       .Access = GL_READ_ONLY,
544 GLenum access, GLenum format)
563 if (access != GL_READ_ONLY &&
564 access != GL_WRITE_ONLY &&
565 access != GL_READ_WRITE) {
566 _mesa_error(ctx, GL_INVALID_VALUE, "glBindImageTexture(access)");
580 GLint level, GLboolean layered, GLint layer, GLenum access,
584 u->Access = access;
603 GLenum access, GLenum format)
612 set_image_binding(u, texObj, level, layered, layer, access, format);
617 GLboolean layered, GLint layer, GLenum access,
627 bind_image_texture(ctx, texObj, unit, level, layered, layer, access, format);
632 GLboolean layered, GLint layer, GLenum access,
639 if (!validate_bind_image_texture(ctx, unit, texture, level, layer, access,
669 bind_image_texture(ctx, texObj, unit, level, layered, layer, access, format);