Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimage.c868 const GLint dstYmax = ctx->DrawBuffer->_Ymax; in _mesa_clip_blit() local
889 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
910 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
935 ASSERT(*dstY0 <= dstYmax); in _mesa_clip_blit()
937 ASSERT(*dstY1 <= dstYmax); in _mesa_clip_blit()