Searched refs:regions_overlap (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 50 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/ |
D | u_blit.c | 374 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/ |
D | st_cb_drawpixels.c | 1309 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()
|