Home
last modified time | relevance | path

Searched refs:XShmAttach (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/WSI/
DlibX11.cpp50 getFuncAddress(libXext, "XShmAttach", &XShmAttach); in LibX11exports()
DlibX11.hpp47 Bool (*XShmAttach)(Display *display, XShmSegmentInfo *shminfo); member
/external/swiftshader/src/Main/
DlibX11.cpp40 XShmAttach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmAttach"); in LibX11exports()
DlibX11.hpp46 Bool (*XShmAttach)(Display *display, XShmSegmentInfo *shminfo); member
DFrameBufferX11.cpp73 libX11->XShmAttach(x_display, &shminfo); // May produce a BadAccess error in FrameBufferX11()
/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh51 --whitelist-function XShmAttach \
Dxlib.rs2775 pub fn XShmAttach(arg1: *mut Display, arg2: *mut XShmSegmentInfo) -> ::std::os::raw::c_int; in XShmAttach() function
/external/webrtc/modules/desktop_capture/linux/
Dx_server_pixel_buffer.cc242 using_shm = XShmAttach(display_, shm_segment_info_); in InitShm()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c179 XShmAttach(xlib_dt->display, &xlib_dt->shminfo); in alloc_shm_ximage()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c120 XShmAttach(b->xm_visual->display, &b->shminfo); in alloc_back_shm_ximage()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs485 xlib::XShmAttach(self.display.as_ptr(), segment_info.as_mut()); in lazily_allocate_buffer()
/external/mesa3d/src/glx/
Ddrisw_glx.c83 XShmAttach(dpy, &pdp->shminfo); in XCreateDrawable()
/external/ImageMagick/
Dconfigure.ac1514 …AC_CHECK_LIB([Xext],[XShmAttach],[XEXT_LIBS='-lXext' ; AC_DEFINE(HAVE_SHARED_MEMORY,1,X11 server s…
Dconfigure28185 char XShmAttach ();
28189 return XShmAttach ();
/external/ImageMagick/MagickCore/
Dxwindow.c5575 status=XShmAttach(display,&segment_info[1]); in XMakeImage()