Searched refs:AllAllocated (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dcolormap.h69 #define AllAllocated 2 macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcolormap.h70 #define AllAllocated 2 macro
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c319 pmap->flags |= AllAllocated;
578 alloc = ((pSrc->flags & AllAllocated) && CLIENT_ID(midSrc) == client) ?
594 pSrc->flags &= ~AllAllocated;
2228 if (pmap->flags & AllAllocated)
H A Ddispatch.c2740 if(pcmp->flags & AllAllocated)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c298 pmap->flags |= AllAllocated;
540 alloc = ((pSrc->flags & AllAllocated) && CLIENT_ID(midSrc) == client) ?
556 pSrc->flags &= ~AllAllocated;
2071 if (pmap->flags & AllAllocated)
H A Ddispatch.c2822 if (pcmp->flags & AllAllocated)

Completed in 17 milliseconds