Searched refs:_mesa_clip_copytexsubimage (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_read.c | 118 if (!_mesa_clip_copytexsubimage(ctx, in do_blit_readpixels()
|
/external/mesa3d/src/mesa/main/ |
D | image.h | 119 _mesa_clip_copytexsubimage(const struct gl_context *ctx,
|
D | image.c | 738 _mesa_clip_copytexsubimage(const struct gl_context *ctx, in _mesa_clip_copytexsubimage() function
|
D | teximage.c | 3836 if (_mesa_clip_copytexsubimage(ctx, &xoffset, &yoffset, &x, &y, in copy_texture_sub_image() 4044 if (_mesa_clip_copytexsubimage(ctx, &dstX, &dstY, &srcX, &srcY, in copyteximage()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) { in do_blit_readpixels()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) { in do_blit_readpixels()
|