Home
last modified time | relevance | path

Searched refs:backingStoreSupport (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0005-backing_store_tuner-struct-_Window-backStorage-is-go.patch44 pScreen->backingStoreSupport = Always;
62 pScreen->backingStoreSupport = Always;
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c134 pScreen->backingStoreSupport != NotUseful) in compChangeWindowAttributes()
403 pScreen->backingStoreSupport = WhenMapped; in compScreenInit()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c271 pScreen->backingStoreSupport = NotUseful; in miScreenInit()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c621 if (pScreen->backingStoreSupport != in PanoramiXCreateConnectionBlock()
622 screenInfo.screens[0]->backingStoreSupport) in PanoramiXCreateConnectionBlock()
629 pScreen->backingStoreSupport = NotUseful; in PanoramiXCreateConnectionBlock()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h506 char backingStoreSupport, saveUnderSupport; member
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c246 pScreen->backingStoreSupport = NotUseful; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c652 pScreen->backingStoreSupport = NotUseful; in CreateRootWindow()
654 pScreen->backingStoreSupport = WhenMapped; in CreateRootWindow()
657 pScreen->backingStoreSupport = NotUseful; in CreateRootWindow()
H A Ddispatch.c616 root.backingStore = pScreen->backingStoreSupport; in CreateConnectionBlock()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c1584 pScreen->backingStoreSupport = useBS ? WhenMapped : NotUseful; in xf86SetBackingStore()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog142829 Conditionalize Composite-based backing store on pScreen->backingStoreSupport.