Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c200 WRAP_SCREEN(ClearToBackground, VGAarbiterClearToBackground); in xf86VGAarbiterWrapFunctions()
242 UNWRAP_SCREEN(ClearToBackground); in VGAarbiterCloseScreen()
349 SCREEN_PROLOG(ClearToBackground); in VGAarbiterClearToBackground()
351 (*pScreen->ClearToBackground) (pWin, x, y, w, h, generateExposures); in VGAarbiterClearToBackground()
353 SCREEN_EPILOG(ClearToBackground, VGAarbiterClearToBackground); in VGAarbiterClearToBackground()
H A Dxf86VGAarbiterPriv.h127 ClearToBackgroundProcPtr ClearToBackground; member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c296 pScreen->ClearToBackground = miClearToBackground; in miScreenInit()
H A Dmioverlay.c155 pScreen->ClearToBackground = miOverlayClearToBackground; in miInitOverlay()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h544 ClearToBackgroundProcPtr ClearToBackground; member
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompalloc.c440 (*pWin->drawable.pScreen->ClearToBackground) (pWin, 0, 0, 0, in compFreeClientSubwindows()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwin.h517 ClearToBackgroundProcPtr ClearToBackground; member
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c1543 (*pScreen->ClearToBackground) (pRoot, 0, 0, 0, 0, TRUE); in RootlessEnableRoot()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c1642 (*pWin->drawable.pScreen->ClearToBackground) (pWin, stuff->x, stuff->y, in ProcClearToBackground()