Home
last modified time | relevance | path

Searched refs:XShmCreateImage (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/WSI/
DlibX11.cpp49 getFuncAddress(libXext, "XShmCreateImage", &XShmCreateImage); in LibX11exports()
DlibX11.hpp46 …XImage *(*XShmCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, char … member
/external/swiftshader/src/Main/
DlibX11.cpp39XShmCreateImage = (XImage *(*)(Display*, Visual*, unsigned int, int, char*, XShmSegmentInfo*, unsi… in LibX11exports()
DlibX11.hpp45 …XImage *(*XShmCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, char … member
DFrameBufferX11.cpp66 x_image = libX11->XShmCreateImage(x_display, visual, depth, ZPixmap, 0, &shminfo, width, height); in FrameBufferX11()
/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh52 --whitelist-function XShmCreateImage \
Dxlib.rs2796 pub fn XShmCreateImage( in XShmCreateImage() function
/external/webrtc/modules/desktop_capture/linux/
Dx_server_pixel_buffer.cc228 x_shm_image_ = XShmCreateImage(display_, default_visual, default_depth, in InitShm()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c162 xlib_dt->tempImage = XShmCreateImage(xlib_dt->display, in alloc_shm_ximage()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c81 b->backxrb->ximage = XShmCreateImage(b->xm_visual->display, in alloc_back_shm_ximage()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs455 let image = xlib::XShmCreateImage( in lazily_allocate_buffer()
/external/mesa3d/src/glx/
Ddrisw_glx.c68 pdp->ximage = XShmCreateImage(dpy, in XCreateDrawable()
/external/ImageMagick/MagickCore/
Dxwindow.c5521 ximage=XShmCreateImage(display,window->visual,(unsigned int) depth,format, in XMakeImage()