Searched refs:copy_stencil_pixels (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 334 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/ |
D | st_cb_drawpixels.c | 1189 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()
|