Searched refs:XPutImage (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ui/gfx/x/
H A Dx11_types.cc101 XPutImage(display, pixmap, static_cast<GC>(pixmap_gc), &image,
128 XPutImage(display, pixmap, static_cast<GC>(pixmap_gc), &image,
158 XPutImage(display, pixmap, static_cast<GC>(pixmap_gc), &image,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxmesa_x.h70 #define XMesaPutImage XPutImage
H A Dxm_dd.c335 * 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);
H A Dxm_buffer.c533 XPutImage(xrb->Parent->display,
/external/mesa3d/src/mesa/drivers/x11/
H A Dxmesa_x.h70 #define XMesaPutImage XPutImage
H A Dxm_dd.c335 * 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);
H A Dxm_buffer.c533 XPutImage(xrb->Parent->display,
/external/chromium_org/media/tools/player_x11/
H A Dx11_video_renderer.cc150 XPutImage(display_, pixmap, gc, &image,
176 XPutImage(display_, window_, gc, image_,
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11image.c117 /* XPutImage will convert byte sex automatically */
241 XPutImage(GFX_Display, SDL_Window, SDL_GC, SDL_Ximage,
311 XPutImage(SDL_Display, SDL_Window, SDL_GC, SDL_Ximage,
H A DSDL_x11mouse.c124 XPutImage(SDL_Display, data_pixmap, GCcursor, data_image,
126 XPutImage(SDL_Display, mask_pixmap, GCcursor, mask_image,
H A DSDL_x11wm.c204 XPutImage(SDL_Display, icon_pixmap, gc, icon_image,
H A DSDL_x11sym.h89 SDL_X11_SYM(int,XPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j),(a,b,c,d,e,f,g,h,i,j),return)
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_x11.cc82 XPutImage(display_,
/external/libpng/contrib/gregbook/
H A Drpng-x.c772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
848 Trace((stderr, "calling final XPutImage()\n"))
850 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
H A Drpng2-x.c1337 XPutImage(display, window, gc, ximage, 0, 0, 0, 0, rpng2_info.width,
1363 yet been displayed; alternatively, we could call XPutImage() for every
1393 (over rows) and moving the XPutImage() call outside the "if (depth)"
1551 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1558 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0,
1739 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1809 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
1822 Trace((stderr, "calling final XPutImage()\n"))
1824 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c358 XPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc,
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c358 XPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc,
/external/chromium_org/third_party/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp407 // If we are drawing with GL, we don't need XPutImage.
421 XPutImage(fUnixWindow.fDisplay,
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp397 // If we are drawing with GL, we don't need XPutImage.
411 XPutImage(fUnixWindow.fDisplay,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddrisw_glx.c204 XPutImage(dpy, drawable, gc, ximage, 0, 0, x, y, w, h);
/external/mesa3d/src/glx/
H A Ddrisw_glx.c204 XPutImage(dpy, drawable, gc, ximage, 0, 0, x, y, w, h);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h247 #define XPutImage XPUTIMAGE macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h247 #define XPutImage XPUTIMAGE macro

Completed in 510 milliseconds