Lines Matching defs:immutable
2010 "glTexImage%dD(immutable texture)", dimensions);
2145 reason = "immutable texture";
2551 "glCopyTexImage%dD(immutable texture)", dimensions);
3281 "glEGLImageTargetTexture2D(texture is immutable)");
5499 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable texture)", caller);
5799 GLboolean immutable, GLuint64 offset,
5835 if (immutable && !_mesa_is_legal_tex_storage_format(ctx, internalformat)) {
5837 "%s(internalformat=%s not legal for immutable-format)",
5873 if (immutable && (!texObj || (texObj->Name == 0))) {
5922 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable)", func);
5955 texObj->Immutable |= immutable;
5957 if (immutable) {