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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesa_x.h 55 #define XMesaPutPixel XPutPixel
xm_tri.c 76 XMesaPutPixel(xrb->ximage, x, y, p); \
242 XMesaPutPixel(xrb->ximage, x, y, p); \
334 XMesaPutPixel(img, x, y, pixel); \
472 XMesaPutPixel(img, x, y, p); \
551 XMesaPutPixel(img, x, y, p); \
676 XMesaPutPixel(img, x, y, p ); \
747 XMesaPutPixel(img, x, y, pixel); \
850 XMesaPutPixel(img, x, y, p); \
    [all...]
xm_line.c 137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel );
263 XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel); \
xm_dd.c 235 XMesaPutPixel(img, x+i, y-j, xmesa->clearpixel);
  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 55 #define XMesaPutPixel XPutPixel
xm_tri.c 76 XMesaPutPixel(xrb->ximage, x, y, p); \
242 XMesaPutPixel(xrb->ximage, x, y, p); \
334 XMesaPutPixel(img, x, y, pixel); \
472 XMesaPutPixel(img, x, y, p); \
551 XMesaPutPixel(img, x, y, p); \
676 XMesaPutPixel(img, x, y, p ); \
747 XMesaPutPixel(img, x, y, pixel); \
850 XMesaPutPixel(img, x, y, p); \
    [all...]
xm_line.c 137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel );
263 XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel); \
xm_dd.c 235 XMesaPutPixel(img, x+i, y-j, xmesa->clearpixel);

Completed in 46 milliseconds