Lines Matching defs:immutable
1990 "glTexImage%dD(immutable texture)", dimensions);
2125 reason = "immutable texture";
2547 "glCopyTexImage%dD(immutable texture)", dimensions);
3435 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(texture is immutable)", caller);
6333 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable texture)", caller);
6741 GLboolean immutable, GLuint64 offset,
6777 if (immutable && !_mesa_is_legal_tex_storage_format(ctx, internalformat)) {
6779 "%s(internalformat=%s not legal for immutable-format)",
6821 if (immutable && texObj->Name == 0) {
6870 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable)", func);
6909 texObj->Immutable |= immutable;
6911 if (immutable) {