/external/swiftshader/src/WSI/ |
D | libX11.hpp | 40 …XImage *(*XCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, int offs… 42 …int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int des… 46 …XImage *(*XShmCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, char … 49 …int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int …
|
D | XlibSurfaceKHR.cpp | 67 …XImage *xImage = libX11->XCreateImage(pDisplay, visual, attr.depth, ZPixmap, 0, buffer, extent.wid… in attachImage() 77 XImage *xImage = it->second; in detachImage() 89 XImage *xImage = it->second; in present()
|
D | XlibSurfaceKHR.hpp | 47 std::unordered_map<PresentImage *, XImage *> imageMap;
|
/external/swiftshader/src/Main/ |
D | libX11.hpp | 39 …XImage *(*XCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, int offs… 41 …int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int des… 45 …XImage *(*XShmCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, char … 48 …int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int …
|
D | libX11.cpp | 35 …XCreateImage = (XImage *(*)(Display*, Visual*, unsigned int, int, int, char*, unsigned int, unsign… in LibX11exports() 37 …XPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned i… in LibX11exports() 41 …XShmCreateImage = (XImage *(*)(Display*, Visual*, unsigned int, int, char*, XShmSegmentInfo*, unsi… in LibX11exports() 44 …XShmPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigne… in LibX11exports()
|
D | FrameBufferX11.hpp | 44 XImage *x_image = nullptr;
|
/external/ImageMagick/coders/ |
D | xwd.c | 199 XImage in ReadXWDImage() 338 ximage=(XImage *) AcquireMagickMemory(sizeof(*ximage)); in ReadXWDImage() 339 if (ximage == (XImage *) NULL) in ReadXWDImage() 362 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage() 367 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage() 372 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage() 378 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage() 397 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage() 406 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage() 438 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage() [all …]
|
D | dps.c | 135 XImage in ReadDPSImage() 249 if (dps_image == (XImage *) NULL) in ReadDPSImage() 489 XImage in ReadDPSImage() 498 if (matte_image != (XImage *) NULL) in ReadDPSImage()
|
/external/mesa3d/docs/ |
D | perf.rst | 19 buffer which is an XImage RGB mode, not grayscale, not monochrome 24 which is an XImage RGB mode, not grayscale, not monochrome depth
|
D | xlibdriver.rst | 52 Mesa can use either an X Pixmap or XImage as the back color buffer when 53 in double-buffer mode. The default is to use an XImage. The 55 values for **MESA_BACK_BUFFER** are: **Pixmap** and **XImage** (only the 58 Using XImage is almost always faster than a Pixmap since it resides in 60 XPutImage() or XShmPutImage() is used to transfer the XImage to the
|
/external/mesa3d/src/glx/ |
D | drisw_priv.h | 67 XImage *ximage;
|
D | drisw_glx.c | 186 XImage *ximage; in swrastXPutImage() 265 XImage *ximage; in swrastGetImage2() 302 XImage *ximage; in swrastGetImageShm2()
|
/external/python/pycparser/utils/fake_libc_include/X11/ |
D | _X11_fake_typedefs.h | 36 typedef struct _XImage XImage; typedef
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | x_server_pixel_buffer.h | 75 XImage* x_image_;
|
D | x_server_pixel_buffer.cc | 51 bool IsXImageRGBFormat(XImage* image) { in IsXImageRGBFormat()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 220 XImage *,XImage *,ExceptionInfo *), 222 XImage *,XImage *,ExceptionInfo *); 312 if (magick_windows[i]->matte_image != (XImage *) NULL) in DestroyXResources() 315 magick_windows[i]->matte_image=(XImage *) NULL; in DestroyXResources() 317 if (magick_windows[i]->ximage != (XImage *) NULL) in DestroyXResources() 320 magick_windows[i]->ximage=(XImage *) NULL; in DestroyXResources() 504 XImage in XAnnotateImage() 546 if (annotate_ximage == (XImage *) NULL) in XAnnotateImage() 2113 static void XDitherImage(Image *image,XImage *ximage,ExceptionInfo *exception) in XDitherImage() 2319 XImage in XDrawImage() [all …]
|
D | xwindow-private.h | 404 XImage
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa_x.h | 49 typedef XImage XMesaImage;
|
D | xm_buffer.c | 433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() 524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_x11_channel.h | 71 XImage* _image;
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 70 XImage *tempImage; 304 XImage *ximage; in xlib_sw_display()
|
/external/skqp/tools/sk_app/unix/ |
D | RasterWindowContext_unix.cpp | 69 XImage image; in swapBuffers()
|
/external/skia/tools/sk_app/unix/ |
D | RasterWindowContext_unix.cpp | 69 XImage image; in swapBuffers()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.h | 341 XImage *tempImage;
|
/external/mesa3d/docs/relnotes/ |
D | 9.1.5.rst | 111 - st/xlib: Fix XImage stride calculation
|