Lines Matching refs:dstY1
880 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
962 DrawRect.yBottom = dstY1;
978 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1132 crDebug("[%i]BlitFramebufferEXT(%i, %i, %i, %i, %i, %i, %i, %i, %x, %x)", blitnum, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1133 crDebug("%i, %i <-> %i, %i", srcX1-srcX0, srcY1-srcY0, dstX1-dstX0, dstY1-dstY0);
1195 if (1 || dstY0 > dstY1)
1197 /* use srcY1 < srcY2 && dstY1 < dstY2 whenever possible to avoid GPU driver bugs */
1202 dstY0 = dstY1;
1203 dstY1 = tmp;
1228 int rc = crServerVBoxBlitterBlitCurrentCtx(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1237 dstX0, dstY0, dstX1, dstY1,