/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 83 ZPixmap, NULL, &b->shminfo, in alloc_back_shm_ximage() 198 ZPixmap, 0, /* format, offset */ in alloc_back_buffer() 463 AllPlanes, ZPixmap); in xmesa_MapRenderbuffer() 477 ZPixmap, /* format */ in xmesa_MapRenderbuffer()
|
D | xm_dd.c | 403 ximage.format = ZPixmap; in xmesa_DrawPixels_8R8G8B() 536 ximage.format = ZPixmap; in xmesa_DrawPixels_5R6G5B()
|
D | xm_api.c | 173 ZPixmap, 0, /*format, offset*/ in bits_per_pixel() 1709 ZPixmap); in XMesaBindTexImage()
|
/external/libvncserver/ |
D | tightvnc-1.3dev5-vncviewer-alpha-cursor.patch | 40 + AllPlanes, ZPixmap); 70 + AllPlanes, ZPixmap, image, 0, 0);
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 163 ZPixmap, in alloc_shm_ximage() 210 ZPixmap, 0, in alloc_ximage()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-newfbsize.patch | 19 + image = XCreateImage(dpy, vis, visdepth, ZPixmap, 0, NULL, 49 - image = XCreateImage(dpy, vis, visdepth, ZPixmap, 0, NULL,
|
D | tight-vncviewer-full.patch | 3518 + XGetSubImage(dpy, rcSavedArea, 0, 0, w, h, AllPlanes, ZPixmap, image, x, y); 3531 + XGetSubImage(dpy, rcSavedArea, 0, 0, ws, hs, AllPlanes, ZPixmap, image, xs, ys); 3545 + XGetSubImage(dpy, rcSavedArea, 0, 0, ss_w, ss_h, AllPlanes, ZPixmap, image, x, y); 3551 + XGetSubImage(dpy, rcSavedArea, 0, 0, w, h, AllPlanes, ZPixmap, image, x, y); 3617 + AllPlanes, ZPixmap); 3649 + XGetSubImage(dpy, rcSavedArea_0, 0, 0, rcWidth, rcHeight, AllPlanes, ZPixmap, alpha_image, 0, 0); 3651 + XGetSubImage(dpy, rcSavedArea, 0, 0, rcWidth, rcHeight, AllPlanes, ZPixmap, alpha_image, 0, 0); 3991 + image_scale = XCreateImage(dpy, vis, visdepth, ZPixmap, 0, NULL, 4141 + image = XCreateImage(dpy, vis, visdepth, ZPixmap, 0, NULL, 4144 + image = XCreateImage(dpy, vis, visdepth, ZPixmap, 0, NULL, [all …]
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 101 ZPixmap, 0, /* format, offset */ in XCreateDrawable() 228 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0); in swrastGetImage()
|
/external/libvncserver/x11vnc/ |
D | 8to24.c | 841 xi = XCreateImage(dpy, visual, win_depth, ZPixmap, 0, d, in p_xi() 941 xi_r = XGetSubImage(dpy, win, xo, yo, w, 1, AllPlanes, ZPixmap, xi, in poll_line() 1547 return XCreateImage(dpy, attr.visual, win_depth, ZPixmap, 0, d, dpy_x, dpy_y, 8, 0); in cmap_xi() 1661 xi = XGetImage(dpy, win, xo, yo, wu, hu, AllPlanes, ZPixmap); 1665 ZPixmap, xi, 0, 0);
|
D | solid.c | 265 ZPixmap); in solid_root() 510 AllPlanes, ZPixmap); in solid_cde() 1316 ZPixmap); in solid_image()
|
D | screen.c | 776 fb = XGetImage_wr(dpy, window, 0, 0, dpy_x, dpy_y, AllPlanes, ZPixmap); in nofb_hook() 1155 ZPixmap); in initialize_snap_fb() 2277 raw_fb_image->format = ZPixmap; in initialize_raw_fb() 2304 snap->format = ZPixmap; in initialize_raw_fb() 2515 ZPixmap); in initialize_xdisplay_fb() 2701 fb = XCreateImage_wr(dpy, default_visual, depth, ZPixmap, in initialize_xdisplay_fb() 2708 fb = XCreateImage_wr(dpy, default_visual, depth, ZPixmap, in initialize_xdisplay_fb() 2716 ZPixmap); in initialize_xdisplay_fb() 3500 case ZPixmap:
|
D | scan.c | 266 xim = XCreateImage_wr(dpy, default_visual, depth, ZPixmap, in shm_create() 307 xim = XShmCreateImage_wr(dpy, default_visual, depth, ZPixmap, NULL, in shm_create()
|
D | xwrappers.c | 830 ZPixmap, dest, 0, 0); in copy_image()
|
D | user.c | 1415 fb_image->format = ZPixmap; in setup_fake_fb()
|
D | nox11.h | 660 #define ZPixmap 2 /* depth == drawable depth */ macro
|
D | userinput.c | 8201 image = XGetImage(dpy, pixmap, 0, 0, dpy_x, dpy_y, AllPlanes, ZPixmap); in set_ncache_xrootpmap()
|
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 391 image.format = ZPixmap; in convertBitmapToXImage()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 222 ZPixmap, 0, /*format, offset*/ in bits_per_pixel() 1387 ZPixmap); in XMesaBindTexImage()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 660 ximage = XCreateImage(display, visual, depth, ZPixmap, 0, in rpng_x_create_window()
|
D | rpng2-x.c | 988 ximage = XCreateImage(display, visual, depth, ZPixmap, 0, in rpng2_x_create_window()
|