HomeSort by: relevance | last modified time | path
    Searched refs:AllocAll (Results 1 - 18 of 18) sorted by relevancy

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

Completed in 29 milliseconds