Home
last modified time | relevance | path

Searched refs:AllAllocated (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h69 #define AllAllocated 2 macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c298 pmap->flags |= AllAllocated; in CreateColormap()
540 alloc = ((pSrc->flags & AllAllocated) && CLIENT_ID(midSrc) == client) ? in CopyColormapAndFree()
556 pSrc->flags &= ~AllAllocated; in CopyColormapAndFree()
2070 if (pmap->flags & AllAllocated) in FreeColors()
H A Ddispatch.c2753 if (pcmp->flags & AllAllocated) in ProcFreeColors()