Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DlibX11.cpp41XShmCreateImage = (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/swiftshader/src/Main/
DlibX11.cpp41XShmCreateImage = (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/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc251 _image = XShmCreateImage(_display, CopyFromParent, 24, ZPixmap, NULL, in CreateLocalRenderer()
/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.cc132 x_image_ = XShmCreateImage(display_, default_visual, default_depth, ZPixmap, in InitShm()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c161 xlib_dt->tempImage = XShmCreateImage(xlib_dt->display, in alloc_shm_ximage()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c80 b->backxrb->ximage = XShmCreateImage(b->xm_visual->display, in alloc_back_shm_ximage()
/external/ImageMagick/MagickCore/
Dxwindow.c5529 ximage=XShmCreateImage(display,window->visual,(unsigned int) depth,format, in XMakeImage()