HomeSort by relevance Sort by last modified time
    Searched refs:YFLIP (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 72 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]);
429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[VARYING_SLOT_POS][1]);
xm_tri.c 70 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...]
xm_dd.c 232 y = YFLIP(xrb, y);
413 dstY = YFLIP(xrb, dstY) - h + 1;
544 dstY = YFLIP(xrb, dstY) - h + 1;
623 srcy = YFLIP(srcXrb, srcy) - height + 1;
624 desty = YFLIP(dstXrb, desty) - height + 1;
xmesaP.h 307 #define YFLIP(XRB, Y) ((XRB)->bottom - (Y))

Completed in 82 milliseconds