/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa_x.h | 70 #define XMesaPutImage XPutImage
|
D | xm_dd.c | 415 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_8R8G8B() 546 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_5R6G5B()
|
D | xm_buffer.c | 536 XPutImage(xrb->Parent->display, in xmesa_UnmapRenderbuffer()
|
/external/swiftshader/src/WSI/ |
D | libX11.cpp | 45 getFuncAddress(libX11, "XPutImage", &XPutImage); in LibX11exports()
|
D | libX11.hpp | 42 …int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int des… member
|
D | XlibSurfaceKHR.cpp | 104 libX11->XPutImage(pDisplay, window, gc, xImage, 0, 0, 0, 0, extent.width, extent.height); in present()
|
/external/swiftshader/src/Main/ |
D | libX11.cpp | 35 …XPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned i… in LibX11exports()
|
D | libX11.hpp | 41 …int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int des… member
|
D | FrameBufferX11.cpp | 148 libX11->XPutImage(x_display, x_window, x_gc, x_image, 0, 0, 0, 0, width, height); in blit()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 779 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image() 842 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image() 857 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng_x_display_image()
|
D | rpng2-x.c | 1370 XPutImage(display, window, gc, ximage, 0, 0, 0, 0, rpng2_info.width, in rpng2_x_load_bg_image() 1584 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0, in rpng2_x_display_row() 1591 XPutImage(display, window, gc, ximage, 0, (int)firstrow, 0, in rpng2_x_display_row() 1772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image() 1842 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image() 1857 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, in rpng2_x_redisplay_image()
|
/external/skqp/tools/sk_app/unix/ |
D | RasterWindowContext_unix.cpp | 85 XPutImage(fDisplay, fWindow, fGC, &image, 0, 0, 0, 0, pm.width(), pm.height()); in swapBuffers()
|
/external/skia/tools/sk_app/unix/ |
D | RasterWindowContext_unix.cpp | 85 XPutImage(fDisplay, fWindow, fGC, &image, 0, 0, 0, 0, pm.width(), pm.height()); in swapBuffers()
|
/external/mesa3d/docs/relnotes/ |
D | 5.1 | 80 be accelerated (via XPutImage()) if the image format is GL_BGRA and the 85 be accelerated (via XPutImage()) if the image format is GL_RGB and the
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 366 XPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc, in xlib_sw_display()
|
/external/mesa3d/docs/ |
D | xlibdriver.rst | 60 XPutImage() or XShmPutImage() is used to transfer the XImage to the
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 206 XPutImage(dpy, drawable, gc, ximage, srcx, srcy, x, y, w, h); in swrastXPutImage()
|
/external/ImageMagick/MagickCore/ |
D | vms.h | 228 #define XPutImage XPUTIMAGE macro
|
D | animate.c | 1053 (void) XPutImage(display,window_info.pixmap,window_info.annotate_context, in XAnimateBackgroundImage() 1124 (void) XPutImage(display,window_info.pixmap,window_info.annotate_context, in XAnimateBackgroundImage()
|
D | xwindow.c | 5792 (void) XPutImage(display,window->matte_pixmap,graphics_context, in XMakeImage() 7450 (void) XPutImage(display,windows->magnify.pixmap, in XMakeMagnifyImage() 7604 (void) XPutImage(display,window->pixmap,window->annotate_context, in XMakePixmap() 8849 (void) XPutImage(display,window->id,window->annotate_context, in XRefreshWindow()
|
D | display.c | 14026 (void) XPutImage(display,window_info.pixmap,window_info.annotate_context, in XDisplayBackgroundImage()
|