Searched refs:clip_left_or_bottom (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | image.c | 838 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, in clip_left_or_bottom() function 939 clip_left_or_bottom(srcX0, srcX1, dstX0, dstX1, dstXmin); in _mesa_clip_blit() 940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit() 947 clip_left_or_bottom(dstX0, dstX1, srcX0, srcX1, srcXmin); in _mesa_clip_blit() 948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
|