Home
last modified time | relevance | path

Searched refs:GCFuncs (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h88 } GCFuncs; typedef
278 const GCFuncs *funcs;
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbgc.c31 const GCFuncs fbGCFuncs = {
68 pGC->funcs = (GCFuncs *) &fbGCFuncs; in fbCreateGC()
H A Dfb.h375 extern _X_EXPORT const GCFuncs fbGCFuncs;
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.h45 const GCFuncs *funcs;
H A Ddmxgc.c52 static const GCFuncs dmxGCFuncs = {
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamagestr.h79 const GCFuncs *funcs;
H A Ddamage.c335 static GCFuncs damageGCFuncs = {
364 const GCFuncs *oldFuncs = pGC->funcs; \
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_priv.h333 const GCFuncs *Savedfuncs;
587 extern const GCFuncs exaGCFuncs;
H A Dexa.c486 const GCFuncs exaGCFuncs = {
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.h73 const GCFuncs *originalFuncs;
H A DrootlessGC.c64 GCFuncs rootlessGCFuncs = {
406 const GCFuncs *saveFuncs = pGC->funcs; \
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c292 static GCFuncs glamor_gc_funcs = {
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c40 static GCFuncs xnestFuncs = {
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h151 const GCFuncs *wrapFuncs;
H A Dxf86VGAarbiter.c39 static GCFuncs VGAarbiterGCFuncs = {
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c121 const GCFuncs *wrapFuncs;
137 static const GCFuncs XineramaGCFuncs = {
/OK3568_Linux_fs/external/xserver/
H A DChangeLog36869 dmx: constify GCOps & GCFuncs pointers
45102 UXA needs to call glamor_destroy_gc from its GCFuncs, so export
52264 xfree86/shadowfb: GCFuncs and GCOps are now const
105610 Delete unused devPrivate field from GCFuncs and GCOps.