Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimage.c805 clip_right_or_top(GLint *srcX0, GLint *srcX1, in clip_right_or_top() function
937 clip_right_or_top(srcX0, srcX1, dstX0, dstX1, dstXmax); in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
945 clip_right_or_top(dstX0, dstX1, srcX0, srcX1, srcXmax); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()