Home
last modified time | relevance | path

Searched refs:_swrast_CopyPixels (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Dswrast.h135 _swrast_CopyPixels(struct gl_context *ctx,
Ds_copypix.c612 _swrast_CopyPixels(struct gl_context *ctx, in _swrast_CopyPixels() function
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c88 driver->CopyPixels = _swrast_CopyPixels; in _mesa_init_driver_functions()
Dmeta.c1857 _swrast_CopyPixels(ctx, srcX, srcY, width, height, dstX, dstY, type); in _mesa_meta_CopyPixels()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c629 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type ); in xmesa_CopyPixels()