Lines Matching refs:dstX0
880 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
959 DrawRect.xLeft = dstX0;
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);
1209 if (dstX0 > dstX1)
1215 tmp = dstX0;
1216 dstX0 = dstX1;
1228 int rc = crServerVBoxBlitterBlitCurrentCtx(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1237 dstX0, dstY0, dstX1, dstY1,