Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimage.c893 const GLint dstXmin = drawFb->_Xmin; in _mesa_clip_blit() local
908 if (*dstX0 <= dstXmin && *dstX1 <= dstXmin) in _mesa_clip_blit()
939 clip_left_or_bottom(srcX0, srcX1, dstX0, dstX1, dstXmin); in _mesa_clip_blit()
957 assert(*dstX0 >= dstXmin); in _mesa_clip_blit()
959 assert(*dstX1 >= dstXmin); in _mesa_clip_blit()