Lines Matching refs:CreateGC
105492 glxdriswrast: Use CreateGC, not CreateScratchGC.
105497 As long as the drawable provided to CreateGC has the same screen and
105501 - CreateGC gives you a non-null stipple. You probably don't care.
105503 - CreateGC passes the gcid and client to XACE. There are several
105518 VGA arbiter: No need for arbitration around CreateGC.
105520 None of XAA, EXA, or UXA do any hardware access during CreateGC, so they
105522 hook CreateGC, so they're safe. I'd be surprised if any driver directly
105523 hooks CreateGC and does hardware access from it and needs VGA
105577 with dixRegisterPrivateKey. So CreateGC hooks don't need to initialize
110637 Device init: Don't crash when CreateGC fails.
110649 With these two fixes, if CreateGC fails then the server gracefully fails
111523 Define GCAllBits as the union of all valid CreateGC masks.
111570 The exceptions are ProcChangeGC and CreateGC.
111690 CreateGC: Pass current client on to ChangeGC.
111714 The call in CreateGC is particularly questionable.
133366 to initialize the wrapping of CreateGC for GCOps.