Searched refs:ZPixmap (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | xmesa_xf86.h | 144 /* Assumes: Images are always in ZPixmap format */ 146 plane_mask, ZPixmap, img->data); 153 /* Assumes: Images are always in ZPixmap format */ \ 158 __x, __y, __w, __h, 0, ZPixmap, \
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | X.h | 608 #define ZPixmap 2 /* depth == drawable depth */ macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/ |
H A D | X.h | 608 #define ZPixmap 2 /* depth == drawable depth */ macro
|
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | rpng-x.c | 614 ximage = XCreateImage(display, visual, depth, ZPixmap, 0,
|
H A D | rpng2-x.c | 787 ximage = XCreateImage(display, visual, depth, ZPixmap, 0,
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xwin.c | 2779 image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0, 2810 image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0, 2853 image = XCreateImage(g_display, g_visual, 1, ZPixmap, 0, (char *) data, 3774 image = XGetImage(g_display, g_backstore, x, y, cx, cy, AllPlanes, ZPixmap); 3781 image = XGetImage(g_display, pix, 0, 0, cx, cy, AllPlanes, ZPixmap); 3803 image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx.c | 1170 image = XCreateImage(dpy, attr.visual, pret->depth, ZPixmap, 0, imgdata, window->width, window->height, 32, 0); 2127 if (XShmPixmapFormat(dpy)!=ZPixmap) 2129 crWarning("XSHM extension doesn't support ZPixmap format"); 2559 pxim = XGetImage(dpy, (Pixmap)draw, pGlxPixmap->x, pGlxPixmap->y, pGlxPixmap->w, pGlxPixmap->h, AllPlanes, ZPixmap);
|
Completed in 287 milliseconds