Lines Matching defs:self

4583    const char *self = "glCopyTexSubImage1D";
4590 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4600 x, y, width, 1, self);
4610 const char *self = "glCopyTexSubImage2D";
4617 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4627 0, x, y, width, height, self);
4637 const char *self = "glCopyTexSubImage3D";
4644 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4654 zoffset, x, y, width, height, self);
4663 const char *self = "glCopyTextureSubImage1D";
4666 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4672 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4678 0, x, y, width, 1, self);
4687 const char *self = "glCopyTextureSubImage1DEXT";
4691 self);
4697 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4703 0, x, y, width, 1, self);
4712 const char *self = "glCopyMultiTexSubImage1DEXT";
4717 false, self);
4722 0, x, y, width, 1, self);
4732 const char *self = "glCopyTextureSubImage2D";
4735 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4741 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4747 yoffset, 0, x, y, width, height, self);
4757 const char *self = "glCopyTextureSubImage2DEXT";
4760 texObj = _mesa_lookup_or_create_texture(ctx, target, texture, false, true, self);
4766 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4772 yoffset, 0, x, y, width, height, self);
4782 const char *self = "glCopyMultiTexSubImage2DEXT";
4787 false, self);
4792 yoffset, 0, x, y, width, height, self);
4801 const char *self = "glCopyTextureSubImage3D";
4804 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4810 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4820 self);
4824 yoffset, zoffset, x, y, width, height, self);
4834 const char *self = "glCopyTextureSubImage3D";
4837 texObj = _mesa_lookup_or_create_texture(ctx, target, texture, false, true, self);
4843 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4853 self);
4857 yoffset, zoffset, x, y, width, height, self);
4867 const char *self = "glCopyMultiTexSubImage3D";
4872 false, self);
4881 self);
4885 yoffset, zoffset, x, y, width, height, self);