Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c1556 Bool useBS = FALSE; in xf86SetBackingStore() local
1568 useBS = TRUE; in xf86SetBackingStore()
1572 useBS = FALSE; in xf86SetBackingStore()
1575 if (xf86GetOptValBool(options, OPTION_BACKING_STORE, &useBS)) in xf86SetBackingStore()
1579 useBS = xf86ReturnOptValBool(options, OPTION_BACKING_STORE, in xf86SetBackingStore()
1584 pScreen->backingStoreSupport = useBS ? WhenMapped : NotUseful; in xf86SetBackingStore()
1587 useBS ? "enabled" : "disabled"); in xf86SetBackingStore()