Home
last modified time | relevance | path

Searched refs:ZPixmap (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c83 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()
Dxm_dd.c403 ximage.format = ZPixmap; in xmesa_DrawPixels_8R8G8B()
536 ximage.format = ZPixmap; in xmesa_DrawPixels_5R6G5B()
Dxm_api.c173 ZPixmap, 0, /*format, offset*/ in bits_per_pixel()
1709 ZPixmap); in XMesaBindTexImage()
/external/libvncserver/
Dtightvnc-1.3dev5-vncviewer-alpha-cursor.patch40 + AllPlanes, ZPixmap);
70 + AllPlanes, ZPixmap, image, 0, 0);
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c163 ZPixmap, in alloc_shm_ximage()
210 ZPixmap, 0, in alloc_ximage()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-newfbsize.patch19 + image = XCreateImage(dpy, vis, visdepth, ZPixmap, 0, NULL,
49 - image = XCreateImage(dpy, vis, visdepth, ZPixmap, 0, NULL,
Dtight-vncviewer-full.patch3518 + 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/
Ddrisw_glx.c101 ZPixmap, 0, /* format, offset */ in XCreateDrawable()
228 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0); in swrastGetImage()
/external/libvncserver/x11vnc/
D8to24.c841 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);
Dsolid.c265 ZPixmap); in solid_root()
510 AllPlanes, ZPixmap); in solid_cde()
1316 ZPixmap); in solid_image()
Dscreen.c776 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:
Dscan.c266 xim = XCreateImage_wr(dpy, default_visual, depth, ZPixmap, in shm_create()
307 xim = XShmCreateImage_wr(dpy, default_visual, depth, ZPixmap, NULL, in shm_create()
Dxwrappers.c830 ZPixmap, dest, 0, 0); in copy_image()
Duser.c1415 fb_image->format = ZPixmap; in setup_fake_fb()
Dnox11.h660 #define ZPixmap 2 /* depth == drawable depth */ macro
Duserinput.c8201 image = XGetImage(dpy, pixmap, 0, 0, dpy_x, dpy_y, AllPlanes, ZPixmap); in set_ncache_xrootpmap()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp391 image.format = ZPixmap; in convertBitmapToXImage()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c222 ZPixmap, 0, /*format, offset*/ in bits_per_pixel()
1387 ZPixmap); in XMesaBindTexImage()
/external/libpng/contrib/gregbook/
Drpng-x.c660 ximage = XCreateImage(display, visual, depth, ZPixmap, 0, in rpng_x_create_window()
Drpng2-x.c988 ximage = XCreateImage(display, visual, depth, ZPixmap, 0, in rpng2_x_create_window()