Searched refs:XShmAttach (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/src/WSI/ |
D | libX11.cpp | 50 getFuncAddress(libXext, "XShmAttach", &XShmAttach); in LibX11exports()
|
D | libX11.hpp | 47 Bool (*XShmAttach)(Display *display, XShmSegmentInfo *shminfo); member
|
/external/swiftshader/src/Main/ |
D | libX11.cpp | 40 XShmAttach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmAttach"); in LibX11exports()
|
D | libX11.hpp | 46 Bool (*XShmAttach)(Display *display, XShmSegmentInfo *shminfo); member
|
D | FrameBufferX11.cpp | 73 libX11->XShmAttach(x_display, &shminfo); // May produce a BadAccess error in FrameBufferX11()
|
/external/crosvm/gpu_display/src/generated/ |
D | xlib_generator.sh | 51 --whitelist-function XShmAttach \
|
D | xlib.rs | 2775 pub fn XShmAttach(arg1: *mut Display, arg2: *mut XShmSegmentInfo) -> ::std::os::raw::c_int; in XShmAttach() function
|
/external/webrtc/modules/desktop_capture/linux/ |
D | x_server_pixel_buffer.cc | 242 using_shm = XShmAttach(display_, shm_segment_info_); in InitShm()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 179 XShmAttach(xlib_dt->display, &xlib_dt->shminfo); in alloc_shm_ximage()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 120 XShmAttach(b->xm_visual->display, &b->shminfo); in alloc_back_shm_ximage()
|
/external/crosvm/gpu_display/src/ |
D | gpu_display_x.rs | 485 xlib::XShmAttach(self.display.as_ptr(), segment_info.as_mut()); in lazily_allocate_buffer()
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 83 XShmAttach(dpy, &pdp->shminfo); in XCreateDrawable()
|
/external/ImageMagick/ |
D | configure.ac | 1514 …AC_CHECK_LIB([Xext],[XShmAttach],[XEXT_LIBS='-lXext' ; AC_DEFINE(HAVE_SHARED_MEMORY,1,X11 server s…
|
D | configure | 28185 char XShmAttach (); 28189 return XShmAttach ();
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 5575 status=XShmAttach(display,&segment_info[1]); in XMakeImage()
|