Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c801 CreateScratchGC(ScreenPtr pScreen, unsigned depth) in CreateScratchGC() function
845 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18666 ... 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