/external/swiftshader/src/Main/ |
libX11.cpp | 44 XShmPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned int, bool))getProcAddress(libXext, "XShmPutImage");
|
libX11.hpp | 48 int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height, bool send_event);
|
FrameBufferX11.cpp | 152 libX11->XShmPutImage(x_display, x_window, x_gc, x_image, 0, 0, 0, 0, width, height, False);
|
/external/swiftshader/src/WSI/ |
libX11.cpp | 44 XShmPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned int, bool))getProcAddress(libXext, "XShmPutImage");
|
libX11.hpp | 48 int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height, bool send_event);
|
FrameBufferX11.cpp | 152 libX11->XShmPutImage(x_display, x_window, x_gc, x_image, 0, 0, 0, 0, width, height, False);
|
/external/webrtc/webrtc/modules/video_render/linux/ |
video_x11_channel.cc | 88 XShmPutImage(_display, _window, _gc, _image, 0, 0, _xPos, _yPos, _width,
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
xlib_sw_winsys.c | 347 XShmPutImage(xlib_dt->display, xlib_drawable->drawable, xlib_dt->gc,
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_buffer.c | 136 /* Finally, try an XShmPutImage to be really sure the extension works */ 138 XShmPutImage(b->xm_visual->display, b->frontxrb->drawable, gc,
|
xm_api.c | [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
X11GraphicsWindow.c | 532 XShmPutImage (
|
/external/ImageMagick/MagickCore/ |
xwindow.c | [all...] |