Searched refs:FLIP (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesa.c251 #define FLIP(Y) (ctx->DrawBuffer->Height - (Y) - 1) macro
345 pwfb->ScanWidth * FLIP(y) +
404 FLIP(y) + 1,
406 FLIP(y) - height + 1);
416 #undef FLIP macro
424 #define FLIP(Y) (rb->Height - (Y) - 1) macro
455 y=FLIP(y);
504 y=FLIP(y);
528 SetPixel(pwc->hDC, x[i], FLIP(y[i]),
545 y = FLIP(
[all...]
/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c32 #define FLIP 0 macro
180 if (FLIP) {
H A Dquad-tex.c32 #define FLIP 0 macro
239 if (FLIP) {

Completed in 1452 milliseconds