Searched refs:scratch_inuse (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h292 unsigned int scratch_inuse:1; /* is this GC in a pool for reuse? */ member in struct:_GC
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h261 unsigned int scratch_inuse:1; /* is this GC in a pool for reuse? */ member in struct:_GC
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c538 pGC->scratch_inuse = FALSE;
844 pGC->scratch_inuse = FALSE;
1102 if (pGC && pGC->depth == depth && !pGC->scratch_inuse)
1104 pGC->scratch_inuse = TRUE;
1145 if (pGC->scratch_inuse)
1146 pGC->scratch_inuse = FALSE;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c512 pGC->scratch_inuse = FALSE;
1047 if (pGC && pGC->depth == depth && !pGC->scratch_inuse) {
1048 pGC->scratch_inuse = TRUE;
1086 if (pGC->scratch_inuse)
1087 pGC->scratch_inuse = FALSE;

Completed in 4 milliseconds