D | teximage.c | 4311 copyteximage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, in copyteximage() function 4481 copyteximage(ctx, dims, texObj, target, level, internalFormat, x, y, width, height, in copyteximage_err() 4492 copyteximage(ctx, dims, texObj, target, level, internalFormat, x, y, width, height, in copyteximage_no_error() 4521 copyteximage(ctx, 1, texObj, target, level, internalFormat, x, y, width, 1, in _mesa_CopyTextureImage1DEXT() 4540 copyteximage(ctx, 1, texObj, target, level, internalFormat, x, y, width, 1, in _mesa_CopyMultiTexImage1DEXT() 4569 copyteximage(ctx, 2, texObj, target, level, internalFormat, x, y, width, height, in _mesa_CopyTextureImage2DEXT() 4588 copyteximage(ctx, 2, texObj, target, level, internalFormat, x, y, width, height, in _mesa_CopyMultiTexImage2DEXT()
|