Searched refs:dstXmax (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.c894 const GLint dstXmax = drawFb->_Xmax; local in function:_mesa_clip_blit
910 if (*dstX0 >= dstXmax && *dstX1 >= dstXmax)
937 clip_right_or_top(srcX0, srcX1, dstX0, dstX1, dstXmax);
958 assert(*dstX0 <= dstXmax);
960 assert(*dstX1 <= dstXmax);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.c894 const GLint dstXmax = drawFb->_Xmax; local in function:_mesa_clip_blit
910 if (*dstX0 >= dstXmax && *dstX1 >= dstXmax)
937 clip_right_or_top(srcX0, srcX1, dstX0, dstX1, dstXmax);
958 assert(*dstX0 <= dstXmax);
960 assert(*dstX1 <= dstXmax);

Completed in 4 milliseconds