Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h98 pGCPriv->wrapFuncs = (x)->funcs; (x)->ops = &VGAarbiterGCOps;\
103 (x)->ops = pGCPriv->wrapOps; (x)->funcs = pGCPriv->wrapFuncs;
151 const GCFuncs *wrapFuncs; member
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c121 const GCFuncs *wrapFuncs; member
145 (pGC)->funcs = pGCPriv->wrapFuncs;
148 pGCPriv->wrapFuncs = (pGC)->funcs;\
181 pGCPriv->wrapFuncs = pGC->funcs; in XineramaCreateGC()