Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimage.c896 const GLint dstYmax = drawFb->_Ymax; in _mesa_clip_blit() local
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
963 assert(*dstY0 <= dstYmax); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()