Lines Matching defs:self
4153 const char *self = "glCopyTexSubImage1D";
4160 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4170 x, y, width, 1, self);
4180 const char *self = "glCopyTexSubImage2D";
4187 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4197 0, x, y, width, height, self);
4207 const char *self = "glCopyTexSubImage3D";
4214 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid target %s)", self,
4224 zoffset, x, y, width, height, self);
4233 const char *self = "glCopyTextureSubImage1D";
4236 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4242 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4248 0, x, y, width, 1, self);
4258 const char *self = "glCopyTextureSubImage2D";
4261 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4267 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4273 yoffset, 0, x, y, width, height, self);
4283 const char *self = "glCopyTextureSubImage3D";
4286 texObj = _mesa_lookup_texture_err(ctx, texture, self);
4292 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid target %s)", self,
4302 self);
4306 yoffset, zoffset, x, y, width, height, self);