Lines Matching refs:immutable
1990 "glTexImage%dD(immutable texture)", dimensions);
2125 reason = "immutable texture";
2554 "glCopyTexImage%dD(immutable texture)", dimensions);
3450 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(texture is immutable)", caller);
6369 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable texture)", caller);
6779 GLboolean immutable, GLuint64 offset,
6815 if (immutable && !_mesa_is_legal_tex_storage_format(ctx, internalformat)) {
6817 "%s(internalformat=%s not legal for immutable-format)",
6853 if (immutable && (!texObj || (texObj->Name == 0))) {
6902 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable)", func);
6936 texObj->Immutable |= immutable;
6938 if (immutable) {