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

  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 70 #define XMesaPutImage XPutImage
xm_dd.c 336 * This function implements glDrawPixels() with an XPutImage call when
415 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
467 * This function implements glDrawPixels() with an XPutImage call when
546 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
xm_buffer.c 533 XPutImage(xrb->Parent->display,
  /external/swiftshader/src/Main/
libX11.cpp 37 XPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned int))getProcAddress(libX11, "XPutImage");
libX11.hpp 41 int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height);
FrameBufferX11.cpp 148 libX11->XPutImage(x_display, x_window, x_gc, x_image, 0, 0, 0, 0, width, height);
  /external/swiftshader/src/WSI/
libX11.cpp 37 XPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned int))getProcAddress(libX11, "XPutImage");
libX11.hpp 41 int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height);
FrameBufferX11.cpp 148 libX11->XPutImage(x_display, x_window, x_gc, x_image, 0, 0, 0, 0, width, height);
  /external/skia/tools/sk_app/unix/
RasterWindowContext_unix.cpp 85 XPutImage(fDisplay, fWindow, fGC, &image, 0, 0, 0, 0, pm.width(), pm.height());
  /external/skqp/tools/sk_app/unix/
RasterWindowContext_unix.cpp 85 XPutImage(fDisplay, fWindow, fGC, &image, 0, 0, 0, 0, pm.width(), pm.height());
  /external/libpng/contrib/gregbook/
rpng-x.c 779 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
842 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
855 Trace((stderr, "calling final XPutImage()\n"))
857 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
rpng2-x.c     [all...]
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 365 XPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc,
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 536 XPutImage (
  /external/ImageMagick/MagickCore/
vms.h 228 #define XPutImage XPUTIMAGE
    [all...]
animate.c     [all...]
xwindow.c     [all...]
display.c     [all...]
  /external/mesa3d/src/glx/
drisw_glx.c 166 XPutImage(dpy, drawable, gc, ximage, 0, 0, x, y, w, h);

Completed in 3267 milliseconds