Home
last modified time | relevance | path

Searched refs:do_blit_readpixels (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_read.c73 do_blit_readpixels(struct gl_context * ctx, in do_blit_readpixels() function
171 if (do_blit_readpixels(ctx, x, y, width, height, format, type, pack, in intelReadPixels()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c90 do_blit_readpixels(struct gl_context * ctx, in do_blit_readpixels() function
206 if (do_blit_readpixels(ctx, x, y, width, height, format, type, pack, pixels)) in radeonReadPixels()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c90 do_blit_readpixels(struct gl_context * ctx, in do_blit_readpixels() function
206 if (do_blit_readpixels(ctx, x, y, width, height, format, type, pack, pixels)) in radeonReadPixels()
/external/mesa3d/docs/relnotes/
D10.1.2.rst76 - i965: Fix crash in do_blit_readpixels()