Searched refs:CreateScratchGC (Results 1 – 2 of 2) sorted by relevance
801 CreateScratchGC(ScreenPtr pScreen, unsigned depth) in CreateScratchGC() function845 if (!(ppGC[0] = CreateScratchGC(pScreen, 1))) in CreateGCperDepth()853 if (!(ppGC[i + 1] = CreateScratchGC(pScreen, pDepth->depth))) { in CreateGCperDepth()1074 return CreateScratchGC(pScreen, depth); in GetScratchGC()
18666 ... instead of in all the CreateScratchGC callers.105480 Un-export CreateScratchGC now that nothing external uses it.105483 CreateScratchGC.105492 glxdriswrast: Use CreateGC, not CreateScratchGC.105494 Since this code was using CreateScratchGC and not GetScratchGC,105498 depth as were passed to CreateScratchGC, these functions are basically