Home
last modified time | relevance | path

Searched refs:copy_stencil_pixels (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c334 copy_stencil_pixels( struct gl_context *ctx, GLint srcx, GLint srcy, in copy_stencil_pixels() function
647 copy_stencil_pixels( ctx, srcx, srcy, width, height, destx, desty ); in _swrast_CopyPixels()
652 copy_stencil_pixels(ctx, srcx, srcy, width, height, destx, desty); in _swrast_CopyPixels()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1189 copy_stencil_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, in copy_stencil_pixels() function
1454 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty); in st_CopyPixels()