Searched refs:PostValidateTree (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwindow.c | 297 if (pScreen->PostValidateTree) in miMoveWindow() 298 (*pScreen->PostValidateTree) (pLayerWin->parent, NULL, kind); in miMoveWindow() 614 if (pScreen->PostValidateTree) in miResizeWindow() 615 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstChange, in miResizeWindow() 673 if (pScreen->PostValidateTree) in miSetShape() 674 (*pScreen->PostValidateTree) (pLayerWin->parent, NULL, in miSetShape() 728 if (pScreen->PostValidateTree) in miChangeBorderWidth() 729 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin, in miChangeBorderWidth()
|
| H A D | mioverlay.c | 971 if (pScreen->PostValidateTree) in miOverlayMoveWindow() 972 (*pScreen->PostValidateTree) (pWin->parent, NullWindow, kind); in miOverlayMoveWindow() 1424 if (pScreen->PostValidateTree) in miOverlayResizeWindow() 1425 (*pScreen->PostValidateTree) (pWin->parent, pFirstChange, VTOther); in miOverlayResizeWindow() 1470 if (pScreen->PostValidateTree) in miOverlaySetShape() 1471 (*pScreen->PostValidateTree) (pWin->parent, NullWindow, in miOverlaySetShape() 1524 if (pScreen->PostValidateTree) in miOverlayChangeBorderWidth() 1525 (*pScreen->PostValidateTree) (pWin->parent, pWin, VTOther); in miOverlayChangeBorderWidth()
|
| H A D | miscrinit.c | 293 pScreen->PostValidateTree = (PostValidateTreeProcPtr) 0; in miScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xvpriv.h | 43 PostValidateTreeProcPtr PostValidateTree; member
|
| H A D | xf86xv.c | 258 ScreenPriv->PostValidateTree = PostValidateTreeUndefined; in xf86XVScreenInit() 1043 pScreen->PostValidateTree = ScreenPriv->PostValidateTree; in xf86XVPostValidateTree() 1044 if (pScreen->PostValidateTree) { in xf86XVPostValidateTree() 1045 (*pScreen->PostValidateTree) (pWin, pLayerWin, kind); in xf86XVPostValidateTree() 1047 ScreenPriv->PostValidateTree = PostValidateTreeUndefined; in xf86XVPostValidateTree() 1122 if (ScreenPriv->PostValidateTree == PostValidateTreeUndefined) { in xf86XVClipNotify() 1123 ScreenPriv->PostValidateTree = pScreen->PostValidateTree; in xf86XVClipNotify() 1124 pScreen->PostValidateTree = xf86XVPostValidateTree; in xf86XVClipNotify()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 2184 if (pWin->drawable.pScreen->PostValidateTree) in ReflectStackChange() 2185 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstChange, in ReflectStackChange() 2701 if (pScreen->PostValidateTree) in MapWindow() 2702 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin, in MapWindow() 2718 if (pScreen->PostValidateTree) in MapWindow() 2719 (*pScreen->PostValidateTree) (NullWindow, pWin, VTMap); in MapWindow() 2782 if (pScreen->PostValidateTree) in MapSubwindows() 2783 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstMapped, in MapSubwindows() 2879 if (pScreen->PostValidateTree) in UnmapWindow() 2880 (*pScreen->PostValidateTree) (pLayerWin->parent, pWin, VTUnmap); in UnmapWindow() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 395 if (pScreen->PostValidateTree) in dmxUpdateScreenResources() 396 pScreen->PostValidateTree(pRoot, NULL, VTBroken); in dmxUpdateScreenResources() 1054 if (pScreen->PostValidateTree) in dmxForceExposures() 1055 pScreen->PostValidateTree(pRoot, NULL, VTBroken); in dmxForceExposures()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compalloc.c | 126 if (pScreen->PostValidateTree) in compHandleMarkedWindows() 127 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin, VTOther); in compHandleMarkedWindows()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 541 PostValidateTreeProcPtr PostValidateTree; member
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 275 pScreen->PostValidateTree = NULL; in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | win.h | 515 PostValidateTreeProcPtr PostValidateTree; member
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 98207 xf86/xv: Only register PostValidateTree hook when there is work to do 98211 PostValidateTree hook is only registered when ClipNotify was called for 98221 xf86/xv: Use PostValidateTree to do reput 98225 to WindowExposures or PostValidateTree.
|