Home
last modified time | relevance | path

Searched refs:YFLIP (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c72 y = YFLIP( xrb, (GLint) vert->win[1] );
80 y = YFLIP( xrb, (GLint) vert->win[1] );
137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel );
263 XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel); \
427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[VARYING_SLOT_POS][1]); in xor_line()
429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[VARYING_SLOT_POS][1]); in xor_line()
Dxm_tri.c70 GLint x = span.x, y = YFLIP(xrb, span.y); \
237 GLint x = span.x, y = YFLIP(xrb, span.y); \
301 GLint x = span.x, y = YFLIP(xrb, span.y); \
332 GLint x = span.x, y = YFLIP(xrb, span.y); \
467 GLint x = span.x, y = YFLIP(xrb, span.y); \
524 GLint x = span.x, y = YFLIP(xrb, span.y); \
548 GLint x = span.x, y = YFLIP(xrb, span.y); \
673 GLint x = span.x, y = YFLIP(xrb, span.y); \
723 GLint x = span.x, y = YFLIP(xrb, span.y); \
747 GLint x = span.x, y = YFLIP(xrb, span.y); \
[all …]
Dxm_dd.c232 y = YFLIP(xrb, y); in clear_nbit_ximage()
413 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_8R8G8B()
544 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_5R6G5B()
623 srcy = YFLIP(srcXrb, srcy) - height + 1; in xmesa_CopyPixels()
624 desty = YFLIP(dstXrb, desty) - height + 1; in xmesa_CopyPixels()
DxmesaP.h307 #define YFLIP(XRB, Y) ((XRB)->bottom - (Y)) macro