Home
last modified time | relevance | path

Searched refs:GCOps (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DMakefile.am21 GCOps.c \
22 GCOps.h \
H A Dmeson.build9 'GCOps.c',
H A DMakefile.in117 GCOps.$(OBJEXT) Handlers.$(OBJEXT) Init.$(OBJEXT) \
150 ./$(DEPDIR)/GCOps.Po ./$(DEPDIR)/Handlers.Po \
623 GCOps.c \
624 GCOps.h \
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GCOps.Po@am__quote@ # am--include-marker
1020 -rm -f ./$(DEPDIR)/GCOps.Po
1082 -rm -f ./$(DEPDIR)/GCOps.Po
H A DGC.c50 static GCOps xnestOps = {
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h236 } GCOps; typedef
279 const GCOps *ops;
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbgc.c41 const GCOps fbGCOps = {
67 pGC->ops = (GCOps *) &fbGCOps; in fbCreateGC()
H A Dfb.h374 extern _X_EXPORT const GCOps fbGCOps;
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c48 GCOps const *originalOps;
52 GCOps *originalOps;
68 static GCOps driGCOps;
502 static GCOps driGCOps = {
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.h44 const GCOps *ops;
H A Ddmxgc.c62 static const GCOps dmxGCOps = {
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamagestr.h78 const GCOps *ops;
H A Ddamage.c340 static GCOps damageGCOps;
1534 static GCOps damageGCOps = {
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_priv.h332 const GCOps *Savedops;
503 extern const GCOps exaOps;
H A Dexa_accel.c927 const GCOps exaOps = {
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.h74 const GCOps *originalOps;
H A DrootlessGC.c123 static GCOps rootlessGCOps = {
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c141 static GCOps glamor_gc_ops = {
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h150 const GCOps *wrapOps;
H A Dxf86VGAarbiter.c45 static GCOps VGAarbiterGCOps = {
/OK3568_Linux_fs/external/xserver/
H A DChangeLog117 …driWrap.c:541:30: error: assigning to 'GCOps *' (aka 'struct _GCOps *') from 'const GCOps *' (aka …
36869 dmx: constify GCOps & GCFuncs pointers
52264 xfree86/shadowfb: GCFuncs and GCOps are now const
105610 Delete unused devPrivate field from GCFuncs and GCOps.
133359 This involved wrapping some GCOps to get the proper behavior
133366 to initialize the wrapping of CreateGC for GCOps.
141854 mi{Create,Destroy}GCOps are unused, nuke 'em.