Searched refs:PRIVATE_GC (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fballpriv.c | 47 …if (!dixRegisterScreenSpecificPrivateKey (pScreen, &pScrPriv->gcPrivateKeyRec, PRIVATE_GC, sizeof(… in fbAllocatePrivates()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 74 [PRIVATE_GC] = TRUE, 103 [PRIVATE_GC] = "GC", 119 [PRIVATE_GC] = TRUE,
|
| H A D | gc.c | 468 pGC = dixAllocateScreenObjectWithPrivates(pScreen, GC, PRIVATE_GC); in NewGCObject() 783 dixFreeObjectWithPrivates(pGC, PRIVATE_GC); in FreeGC()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 44 PRIVATE_GC, enumerator
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgc.c | 90 (&dmxGCPrivateKeyRec, PRIVATE_GC, sizeof(dmxGCPrivRec))) in dmxInitGC()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 149 (&xnestGCPrivateKeyRec, PRIVATE_GC, sizeof(xnestPrivGC))) in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 556 if (!dixRegisterPrivateKey(&driGCKeyRec, PRIVATE_GC, sizeof(DRIGCRec))) in DRIWrapInit()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 630 (&rootlessGCPrivateKeyRec, PRIVATE_GC, sizeof(RootlessGCRec))) in RootlessAllocatePrivates()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 657 if (!dixRegisterPrivateKey(&glamor_gc_private_key, PRIVATE_GC, in glamor_init()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.c | 898 (pScreen, &pExaScr->gcPrivateKeyRec, PRIVATE_GC, sizeof(ExaGCPrivRec))) { in exaDriverInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 180 (&VGAarbiterGCKeyRec, PRIVATE_GC, sizeof(VGAarbiterGCRec))) in xf86VGAarbiterWrapFunctions()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiX.c | 453 (&PanoramiXGCKeyRec, PRIVATE_GC, sizeof(PanoramiXGCRec))) { in PanoramiXExtensionInit()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 1676 (&damageGCPrivateKeyRec, PRIVATE_GC, sizeof(DamageGCPrivRec))) in DamageSetup()
|