Home
last modified time | relevance | path

Searched refs:regions_overlap (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c50 regions_overlap(GLint srcx, GLint srcy, in regions_overlap() function
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels()
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels()
363 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_stencil_pixels()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c374 regions_overlap(int srcX0, int srcY0, in regions_overlap() function
463 regions_overlap(srcX0, srcY0, srcX1, srcY1, in util_blit_pixels()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1309 regions_overlap(GLint srcX, GLint srcY, GLint dstX, GLint dstY, in regions_overlap() function
1388 !regions_overlap(readX, readY, drawX, drawY, readW, readH)) && in blit_copy_pixels()