OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XShmAttach
(Results
1 - 13
of
13
) sorted by null
/external/swiftshader/src/Main/
libX11.cpp
42
XShmAttach
= (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "
XShmAttach
");
libX11.hpp
46
Bool (*
XShmAttach
)(Display *display, XShmSegmentInfo *shminfo);
FrameBufferX11.cpp
73
libX11->
XShmAttach
(x_display, &shminfo); // May produce a BadAccess error
/external/swiftshader/src/WSI/
libX11.cpp
42
XShmAttach
= (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "
XShmAttach
");
libX11.hpp
46
Bool (*
XShmAttach
)(Display *display, XShmSegmentInfo *shminfo);
FrameBufferX11.cpp
73
libX11->
XShmAttach
(x_display, &shminfo); // May produce a BadAccess error
/external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc
264
if (!
XShmAttach
(_display, &_shminfo))
266
//printf("
XShmAttach
failed !\n");
/external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c
178
XShmAttach
(xlib_dt->display, &xlib_dt->shminfo);
182
* when this process dies. Needs to be after
XShmAttach
() for *BSD.
/external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc
144
using_shm =
XShmAttach
(display_, shm_segment_info_);
/external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c
118
XShmAttach
(b->xm_visual->display, &b->shminfo);
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c
156
if (!
XShmAttach
(Drv->display, &Drv->xshm_info)) {
/external/ImageMagick/MagickCore/
xwindow.c
[
all
...]
/external/ImageMagick/
configure
[
all
...]
Completed in 374 milliseconds