Home
last modified time | relevance | path

Searched refs:PRIVATE_GC (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfballpriv.c47 …if (!dixRegisterScreenSpecificPrivateKey (pScreen, &pScrPriv->gcPrivateKeyRec, PRIVATE_GC, sizeof(… in fbAllocatePrivates()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c74 [PRIVATE_GC] = TRUE,
103 [PRIVATE_GC] = "GC",
119 [PRIVATE_GC] = TRUE,
H A Dgc.c468 pGC = dixAllocateScreenObjectWithPrivates(pScreen, GC, PRIVATE_GC); in NewGCObject()
783 dixFreeObjectWithPrivates(pGC, PRIVATE_GC); in FreeGC()
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h44 PRIVATE_GC, enumerator
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c90 (&dmxGCPrivateKeyRec, PRIVATE_GC, sizeof(dmxGCPrivRec))) in dmxInitGC()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c149 (&xnestGCPrivateKeyRec, PRIVATE_GC, sizeof(xnestPrivGC))) in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c556 if (!dixRegisterPrivateKey(&driGCKeyRec, PRIVATE_GC, sizeof(DRIGCRec))) in DRIWrapInit()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c630 (&rootlessGCPrivateKeyRec, PRIVATE_GC, sizeof(RootlessGCRec))) in RootlessAllocatePrivates()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c657 if (!dixRegisterPrivateKey(&glamor_gc_private_key, PRIVATE_GC, in glamor_init()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c898 (pScreen, &pExaScr->gcPrivateKeyRec, PRIVATE_GC, sizeof(ExaGCPrivRec))) { in exaDriverInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c180 (&VGAarbiterGCKeyRec, PRIVATE_GC, sizeof(VGAarbiterGCRec))) in xf86VGAarbiterWrapFunctions()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c453 (&PanoramiXGCKeyRec, PRIVATE_GC, sizeof(PanoramiXGCRec))) { in PanoramiXExtensionInit()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1676 (&damageGCPrivateKeyRec, PRIVATE_GC, sizeof(DamageGCPrivRec))) in DamageSetup()