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

  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 70 #define XMesaPutImage XPutImage
xm_dd.c 335 * This function implements glDrawPixels() with an XPutImage call when
416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
468 * This function implements glDrawPixels() with an XPutImage call when
549 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 139 libX11->XPutImage(x_display, x_window, x_gc, x_image, 0, 0, 0, 0, width, height);
  /external/skia/tools/viewer/sk_app/unix/
RasterWindowContext_unix.cpp 83 XPutImage(fDisplay, fWindow, fGC, &image, 0, 0, 0, 0, pm.width(), pm.height());
  /external/libpng/contrib/gregbook/
rpng-x.c 778 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
841 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
854 Trace((stderr, "calling final XPutImage()\n"))
856 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
rpng2-x.c     [all...]
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 358 XPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc,
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 430 // If we are drawing with GL, we don't need XPutImage.
444 XPutImage(fUnixWindow.fDisplay,
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height);
psb_coverlay.c 498 XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, width, height);
511 XPutImage(ctx->native_dpy, output->extend_drawable, output->extend_gc, ximg,
    [all...]
  /external/mesa3d/src/glx/
drisw_glx.c 204 XPutImage(dpy, drawable, gc, ximage, 0, 0, x, y, w, h);
  /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/include/GL/
vms_x_fix.h 247 #define XPutImage XPUTIMAGE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 759 milliseconds