Home
last modified time | relevance | path

Searched refs:XShmPutImage (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/src/WSI/
DlibX11.cpp52 getFuncAddress(libXext, "XShmPutImage", &XShmPutImage); in LibX11exports()
DlibX11.hpp49 …int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int … member
/external/swiftshader/src/Main/
DlibX11.hpp48 …int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int … member
DlibX11.cpp42XShmPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigne… in LibX11exports()
DFrameBufferX11.cpp152 libX11->XShmPutImage(x_display, x_window, x_gc, x_image, 0, 0, 0, 0, width, height, False); in blit()
/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh55 --whitelist-function XShmPutImage \
Dxlib.rs2781 pub fn XShmPutImage( in XShmPutImage() function
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c348 XShmPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc, in xlib_sw_display()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c140 XShmPutImage(b->xm_visual->display, b->frontxrb->drawable, gc, in alloc_back_shm_ximage()
Dxm_api.c1338 XShmPutImage( b->xm_visual->display, b->frontxrb->drawable, in XMesaSwapBuffers()
1399 XShmPutImage( b->xm_visual->display, b->frontxrb->drawable, in XMesaCopySubBuffer()
/external/mesa3d/docs/
Dxlibdriver.rst60 XPutImage() or XShmPutImage() is used to transfer the XImage to the
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs423 xlib::XShmPutImage( in draw_buffer()
/external/mesa3d/src/glx/
Ddrisw_glx.c203 XShmPutImage(dpy, drawable, gc, ximage, srcx, srcy, x, y, w, h, False); in swrastXPutImage()
/external/ImageMagick/MagickCore/
Dxwindow.c7600 (void) XShmPutImage(display,window->pixmap,window->annotate_context, in XMakePixmap()
8845 (void) XShmPutImage(display,window->id,window->annotate_context, in XRefreshWindow()