Home
last modified time | relevance | path

Searched refs:BeingCreated (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h70 #define BeingCreated 4 macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c371 pmap->flags |= BeingCreated; in CreateColormap()
393 pmap->flags &= ~BeingCreated; in CreateColormap()
802 if (pmap->flags & BeingCreated) in FindColor()
875 if (pmap->flags & BeingCreated || client == -1) in FindColor()
949 if (pmap->flags & BeingCreated) in AllocColor()
1080 (CLIENT_ID(pmap->mid) != client) && !(pmap->flags & BeingCreated)) { in AllocColor()
2252 if (!(class & DynamicClass) && !(pmap->flags & BeingCreated)) { in StoreColors()