HomeSort by relevance Sort by last modified time
    Searched refs:XShmCreateImage (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XShm.h 113 XImage *XShmCreateImage(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 111 XImage *XShmCreateImage(
  /external/swiftshader/src/Main/
libX11.cpp 40 XShmCreateImage = (XImage *(*)(Display*, Visual*, unsigned int, int, char*, XShmSegmentInfo*, unsigned int, unsigned int))getProcAddress(libXext, "XShmCreateImage");
libX11.hpp 44 XImage *(*XShmCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, char *data, XShmSegmentInfo *shminfo, unsigned int width, unsigned int height);
FrameBufferX11.cpp 66 x_image = libX11->XShmCreateImage(x_display, visual, depth, ZPixmap, 0, &shminfo, width, height);
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc 251 _image = XShmCreateImage(_display, CopyFromParent, 24, ZPixmap, NULL,
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 160 xlib_dt->tempImage = XShmCreateImage(xlib_dt->display,
  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 132 x_image_ = XShmCreateImage(display_, default_visual, default_depth, ZPixmap,
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 80 b->backxrb->ximage = XShmCreateImage(b->xm_visual->display,
86 _mesa_warning(NULL, "alloc_back_buffer: Shared memory error (XShmCreateImage), disabling.\n");
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 108 Drv->image = XShmCreateImage (
  /external/mesa3d/include/GL/
vms_x_fix.h 341 #define XShmCreateImage XSHMCREATEIMAGE
    [all...]
  /external/ImageMagick/MagickCore/
xwindow.c     [all...]

Completed in 745 milliseconds