Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:dstY0

145                    GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
160 &dstX0, &dstY0, &dstX1, &dstY1)) {
166 dstY0 = drawFB->Height - dstY0;
196 if (dstY0 < dstY1) {
197 info.dst.y0 = dstY0;
203 info.dst.y1 = dstY0;
213 if (srcY0 > srcY1 && dstY0 > dstY1) {
222 tmp = dstY0;
223 dstY0 = dstY1;
244 dstSurf, dstX0, dstY0, dstX1, dstY1,
259 dstSurf, dstX0, dstY0, dstX1, dstY1,
303 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
322 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
332 dstStencilSurf, dstX0, dstY0, dstX1, dstY1,