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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.c779 clip_right_or_top(GLint *srcX0, GLint *srcX1, function
909 clip_right_or_top(srcX0, srcX1, dstX0, dstX1, dstXmax);
910 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax);
917 clip_right_or_top(dstX0, dstX1, srcX0, srcX1, srcXmax);
918 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);
/external/mesa3d/src/mesa/main/
H A Dimage.c779 clip_right_or_top(GLint *srcX0, GLint *srcX1, function
909 clip_right_or_top(srcX0, srcX1, dstX0, dstX1, dstXmax);
910 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax);
917 clip_right_or_top(dstX0, dstX1, srcX0, srcX1, srcXmax);
918 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);

Completed in 80 milliseconds