Lines Matching refs:origtexture
665 "glTextureView(origtexture width (%d) != height (%d))",
711 _mesa_TextureView_no_error(GLuint texture, GLenum target, GLuint origtexture,
721 origTexObj = _mesa_lookup_texture(ctx, origtexture);
729 _mesa_TextureView(GLuint texture, GLenum target, GLuint origtexture,
742 texture, _mesa_enum_to_string(target), origtexture,
746 if (origtexture == 0) {
747 _mesa_error(ctx, GL_INVALID_VALUE, "glTextureView(origtexture = %u)",
748 origtexture);
753 origTexObj = _mesa_lookup_texture(ctx, origtexture);
755 /* If <origtexture> is not the name of a texture, INVALID_VALUE
759 _mesa_error(ctx, GL_INVALID_VALUE, "glTextureView(origtexture = %u)",
760 origtexture);
764 /* If <origtexture>'s TEXTURE_IMMUTABLE_FORMAT value is not TRUE,
769 "glTextureView(origtexture not immutable)");
803 /* minlevel and minlayer are relative to the view of origtexture.
833 "glTextureView(internalformat %s not compatible with origtexture %s)",