Home
last modified time | relevance | path

Searched refs:CreateGC (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c53 CreateGCProcPtr CreateGC; member
537 unwrap(pScreenPriv, pScreen, CreateGC); in DRICreateGC()
538 ret = pScreen->CreateGC(pGC); in DRICreateGC()
545 wrap(pScreenPriv, pScreen, CreateGC, DRICreateGC); in DRICreateGC()
565 pScreenPriv->CreateGC = pScreen->CreateGC; in DRIWrapInit()
566 pScreen->CreateGC = DRICreateGC; in DRIWrapInit()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c125 CreateGCProcPtr CreateGC; member
158 pScreen->CreateGC = pScreenPriv->CreateGC; in XineramaCloseScreen()
176 pScreen->CreateGC = pScreenPriv->CreateGC; in XineramaCreateGC()
177 if ((ret = (*pScreen->CreateGC) (pGC))) { in XineramaCreateGC()
189 pScreen->CreateGC = XineramaCreateGC; in XineramaCreateGC()
487 pScreenPriv->CreateGC = pScreen->CreateGC; in PanoramiXExtensionInit()
490 pScreen->CreateGC = XineramaCreateGC; in PanoramiXExtensionInit()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c130 DMX_UNWRAP(CreateGC, dmxScreen, pScreen); in dmxCreateGC()
131 if ((ret = pScreen->CreateGC(pGC))) { in dmxCreateGC()
151 DMX_WRAP(CreateGC, dmxCreateGC, dmxScreen, pScreen); in dmxCreateGC()
H A Ddmxscrinit.c283 DMX_WRAP(CreateGC, dmxCreateGC, dmxScreen, pScreen); in dmxScreenInit()
406 DMX_UNWRAP(CreateGC, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmx.h200 CreateGCProcPtr CreateGC; member
/OK3568_Linux_fs/external/xserver/include/
H A Dgc.h104 extern _X_EXPORT GCPtr CreateGC(DrawablePtr /*pDrawable */ ,
H A Dscrnintstr.h574 CreateGCProcPtr CreateGC; member
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c604 swap(pExaScr, pScreen, CreateGC); in exaCreateGC()
605 if ((ret = (*pScreen->CreateGC) (pGC))) { in exaCreateGC()
609 swap(pExaScr, pScreen, CreateGC); in exaCreateGC()
752 unwrap(pExaScr, pScreen, CreateGC); in exaCloseScreen()
914 wrap(pExaScr, pScreen, CreateGC, exaCreateGC); in exaDriverInit()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamagestr.h65 CreateGCProcPtr CreateGC; member
H A Ddamage.c351 unwrap(pScrPriv, pScreen, CreateGC); in damageCreateGC()
352 if ((ret = (*pScreen->CreateGC) (pGC))) { in damageCreateGC()
357 wrap(pScrPriv, pScreen, CreateGC, damageCreateGC); in damageCreateGC()
1601 unwrap(pScrPriv, pScreen, CreateGC); in damageCloseScreen()
1693 wrap(pScrPriv, pScreen, CreateGC, damageCreateGC); in DamageSetup()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c195 WRAP_SCREEN(CreateGC, VGAarbiterCreateGC); in xf86VGAarbiterWrapFunctions()
236 UNWRAP_SCREEN(CreateGC); in VGAarbiterCloseScreen()
545 SCREEN_PROLOG(CreateGC); in VGAarbiterCreateGC()
546 ret = (*pScreen->CreateGC) (pGC); in VGAarbiterCreateGC()
548 SCREEN_EPILOG(CreateGC, VGAarbiterCreateGC); in VGAarbiterCreateGC()
H A Dxf86VGAarbiterPriv.h119 CreateGCProcPtr CreateGC; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c859 glamor_priv->saved_procs.create_gc = screen->CreateGC; in glamor_init()
860 screen->CreateGC = glamor_create_gc; in glamor_init()
944 screen->CreateGC = glamor_priv->saved_procs.create_gc; in glamor_close_screen()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c526 CreateGC(DrawablePtr pDrawable, BITS32 mask, XID *pval, int *pStatus, in CreateGC() function
556 if (!(*pGC->pScreen->CreateGC) (pGC)) in CreateGC()
810 if (!(*pScreen->CreateGC) (pGC)) { in CreateScratchGC()
H A Dprotocol.txt484 R055 X11:CreateGC
H A Ddispatch.c1500 pGC = (GC *) CreateGC(pDraw, stuff->mask, (XID *) &stuff[1], &error, in ProcCreateGC()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.h99 CreateGCProcPtr CreateGC; member
H A DrootlessGC.c278 SCREEN_UNWRAP(pGC->pScreen, CreateGC); in RootlessCreateGC()
280 result = s->CreateGC(pGC); in RootlessCreateGC()
288 SCREEN_WRAP(pGC->pScreen, CreateGC); in RootlessCreateGC()
H A DrootlessScreen.c670 WRAP(CreateGC); in RootlessWrap()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c146 pScreen->CreateGC = fbCreateGC; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c293 pScreen->CreateGC = xnestCreateGC; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmidispcur.c344 pGC = CreateGC((DrawablePtr) pWin, in miDCMakeGC()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog105492 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.
[all …]