Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c512 pGC->scratch_inuse = FALSE; in NewGCObject()
1046 if (pGC && pGC->depth == depth && !pGC->scratch_inuse) { in GetScratchGC()
1047 pGC->scratch_inuse = TRUE; in GetScratchGC()
1085 if (pGC->scratch_inuse) in FreeScratchGC()
1086 pGC->scratch_inuse = FALSE; in FreeScratchGC()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h261 unsigned int scratch_inuse:1; /* is this GC in a pool for reuse? */ member