Searched refs:AllocAll (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_cmap.c | 75 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 D | win32_x11.h | 132 #define AllocAll 1 /* allocate entire map writeable */ macro
|
| /xsrc/external/mit/xf86dga/dist/ |
| H A D | dga.c | 99 cmap = XCreateColormap(dis, DefaultRootWindow(dis), vis, AllocAll);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxcmap.c | 77 AllocAll : AllocNone));
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 617 #define AllocAll 1 /* allocate entire map writeable */ macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Color.c | 62 AllocAll : AllocNone); 477 (pVisual->class & DynamicClass) ? AllocNone : AllocAll, 0)
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Color.c | 61 (pVisual->class & DynamicClass) ? AllocAll : AllocNone); 472 (pVisual->class & DynamicClass) ? AllocNone : AllocAll,
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincmap.c | 508 * AllocAll for non-Dynamic visual classes, 526 (pVisual->class & DynamicClass) ? AllocNone : AllocAll,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | wincmap.c | 561 * AllocAll for non-Dynamic visual classes, 580 (pVisual->class & DynamicClass) ? AllocNone : AllocAll,
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | micmap.c | 313 alloctype = AllocAll;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | micmap.c | 253 alloctype = AllocAll;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 316 if (alloc == AllocAll) 363 if (alloc == AllocAll) 579 AllocAll : AllocNone; 586 if(alloc == AllocAll)
|
| H A D | dispatch.c | 2354 if ((stuff->alloc != AllocNone) && (stuff->alloc != AllocAll))
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 296 if (alloc == AllocAll) { 338 if (alloc == AllocAll) { 541 AllocAll : AllocNone; 548 if (alloc == AllocAll) {
|
| H A D | dispatch.c | 2440 if ((stuff->alloc != AllocNone) && (stuff->alloc != AllocAll)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86DGA.c | 676 if((alloc != AllocNone) && (alloc != AllocAll))
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 518 AllocAll);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86DGA.c | 660 if ((alloc != AllocNone) && (alloc != AllocAll))
|
Completed in 32 milliseconds