Lines Matching defs:self
4619 const char *self = "glCopyTexSubImage1D";
4626 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4636 x, y, width, 1, self);
4646 const char *self = "glCopyTexSubImage2D";
4653 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4663 0, x, y, width, height, self);
4673 const char *self = "glCopyTexSubImage3D";
4680 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4690 zoffset, x, y, width, height, self);
4699 const char *self = "glCopyTextureSubImage1D";
4702 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4708 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4714 0, x, y, width, 1, self);
4723 const char *self = "glCopyTextureSubImage1DEXT";
4727 self);
4733 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4739 0, x, y, width, 1, self);
4748 const char *self = "glCopyMultiTexSubImage1DEXT";
4753 false, self);
4758 0, x, y, width, 1, self);
4768 const char *self = "glCopyTextureSubImage2D";
4771 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4777 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4783 yoffset, 0, x, y, width, height, self);
4793 const char *self = "glCopyTextureSubImage2DEXT";
4796 texObj = _mesa_lookup_or_create_texture(ctx, target, texture, false, true, self);
4802 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4808 yoffset, 0, x, y, width, height, self);
4818 const char *self = "glCopyMultiTexSubImage2DEXT";
4823 false, self);
4828 yoffset, 0, x, y, width, height, self);
4837 const char *self = "glCopyTextureSubImage3D";
4840 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4846 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4856 self);
4860 yoffset, zoffset, x, y, width, height, self);
4870 const char *self = "glCopyTextureSubImage3D";
4873 texObj = _mesa_lookup_or_create_texture(ctx, target, texture, false, true, self);
4879 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4889 self);
4893 yoffset, zoffset, x, y, width, height, self);
4903 const char *self = "glCopyMultiTexSubImage3D";
4908 false, self);
4917 self);
4921 yoffset, zoffset, x, y, width, height, self);