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

  /external/chromium_org/third_party/mesa/src/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[FRAG_ATTRIB_WPOS][1]);
429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]);
xm_tri.c 68 GLint x = span.x, y = YFLIP(xrb, span.y); \
235 GLint x = span.x, y = YFLIP(xrb, span.y); \
299 GLint x = span.x, y = YFLIP(xrb, span.y); \
330 GLint x = span.x, y = YFLIP(xrb, span.y); \
465 GLint x = span.x, y = YFLIP(xrb, span.y); \
522 GLint x = span.x, y = YFLIP(xrb, span.y); \
546 GLint x = span.x, y = YFLIP(xrb, span.y); \
671 GLint x = span.x, y = YFLIP(xrb, span.y); \
721 GLint x = span.x, y = YFLIP(xrb, span.y); \
745 GLint x = span.x, y = YFLIP(xrb, span.y);
    [all...]
xm_dd.c 232 y = YFLIP(xrb, y);
415 dstY = YFLIP(xrb, dstY) - h + 1;
548 dstY = YFLIP(xrb, dstY) - h + 1;
627 srcy = YFLIP(srcXrb, srcy) - height + 1;
628 desty = YFLIP(dstXrb, desty) - height + 1;
xmesaP.h 307 #define YFLIP(XRB, Y) ((XRB)->bottom - (Y))
  /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[FRAG_ATTRIB_WPOS][1]);
429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]);
xm_tri.c 68 GLint x = span.x, y = YFLIP(xrb, span.y); \
235 GLint x = span.x, y = YFLIP(xrb, span.y); \
299 GLint x = span.x, y = YFLIP(xrb, span.y); \
330 GLint x = span.x, y = YFLIP(xrb, span.y); \
465 GLint x = span.x, y = YFLIP(xrb, span.y); \
522 GLint x = span.x, y = YFLIP(xrb, span.y); \
546 GLint x = span.x, y = YFLIP(xrb, span.y); \
671 GLint x = span.x, y = YFLIP(xrb, span.y); \
721 GLint x = span.x, y = YFLIP(xrb, span.y); \
745 GLint x = span.x, y = YFLIP(xrb, span.y);
    [all...]
xm_dd.c 232 y = YFLIP(xrb, y);
415 dstY = YFLIP(xrb, dstY) - h + 1;
548 dstY = YFLIP(xrb, dstY) - h + 1;
627 srcy = YFLIP(srcXrb, srcy) - height + 1;
628 desty = YFLIP(dstXrb, desty) - height + 1;
xmesaP.h 307 #define YFLIP(XRB, Y) ((XRB)->bottom - (Y))
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 99 YFLIP,
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 128 YFLIP, /* y-axis flip */

Completed in 99 milliseconds