Searched refs:AllocAll (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cmap.c75 transparent pixel is 255), we can AllocAll the colormap.
79 __glutRoot, cmap->visual, AllocAll);
84 when an AllocAll overlay colormap is allocated since the
258 vi->visual, AllocAll);
H A Dwin32_x11.h132 #define AllocAll 1 /* allocate entire map writeable */ macro
/xsrc/external/mit/xf86dga/dist/
H A Ddga.c99 cmap = XCreateColormap(dis, DefaultRootWindow(dis), vis, AllocAll);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxcmap.c77 AllocAll : AllocNone));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h617 #define AllocAll 1 /* allocate entire map writeable */ macro
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DColor.c62 AllocAll : AllocNone);
477 (pVisual->class & DynamicClass) ? AllocNone : AllocAll, 0)
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DColor.c61 (pVisual->class & DynamicClass) ? AllocAll : AllocNone);
472 (pVisual->class & DynamicClass) ? AllocNone : AllocAll,
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincmap.c508 * AllocAll for non-Dynamic visual classes,
526 (pVisual->class & DynamicClass) ? AllocNone : AllocAll,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincmap.c561 * AllocAll for non-Dynamic visual classes,
580 (pVisual->class & DynamicClass) ? AllocNone : AllocAll,
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmicmap.c313 alloctype = AllocAll;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmicmap.c253 alloctype = AllocAll;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c316 if (alloc == AllocAll)
363 if (alloc == AllocAll)
579 AllocAll : AllocNone;
586 if(alloc == AllocAll)
H A Ddispatch.c2354 if ((stuff->alloc != AllocNone) && (stuff->alloc != AllocAll))
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c296 if (alloc == AllocAll) {
338 if (alloc == AllocAll) {
541 AllocAll : AllocNone;
548 if (alloc == AllocAll) {
H A Ddispatch.c2440 if ((stuff->alloc != AllocNone) && (stuff->alloc != AllocAll)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86DGA.c676 if((alloc != AllocNone) && (alloc != AllocAll))
/xsrc/external/mit/xwud/dist/
H A Dxwud.c518 AllocAll);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86DGA.c660 if ((alloc != AllocNone) && (alloc != AllocAll))

Completed in 32 milliseconds