Searched refs:PostValidateTree (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvpriv.h43 PostValidateTreeProcPtr PostValidateTree; member in struct:__anon60aeb3470108
H A Dxf86xv.c288 ScreenPriv->PostValidateTree = PostValidateTreeUndefined;
1169 pScreen->PostValidateTree = ScreenPriv->PostValidateTree;
1170 if (pScreen->PostValidateTree) {
1171 (*pScreen->PostValidateTree)(pWin, pLayerWin, kind);
1173 ScreenPriv->PostValidateTree = PostValidateTreeUndefined;
1250 if (ScreenPriv->PostValidateTree == PostValidateTreeUndefined) {
1251 ScreenPriv->PostValidateTree = pScreen->PostValidateTree;
1252 pScreen->PostValidateTree
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvpriv.h43 PostValidateTreeProcPtr PostValidateTree; member in struct:__anon8e6bc3da0108
H A Dxf86xv.c258 ScreenPriv->PostValidateTree = PostValidateTreeUndefined;
1043 pScreen->PostValidateTree = ScreenPriv->PostValidateTree;
1044 if (pScreen->PostValidateTree) {
1045 (*pScreen->PostValidateTree) (pWin, pLayerWin, kind);
1047 ScreenPriv->PostValidateTree = PostValidateTreeUndefined;
1122 if (ScreenPriv->PostValidateTree == PostValidateTreeUndefined) {
1123 ScreenPriv->PostValidateTree = pScreen->PostValidateTree;
1124 pScreen->PostValidateTree
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddri.c146 pDRIPriv->wrap.PostValidateTree = pScreen->PostValidateTree;
147 pScreen->PostValidateTree = DRIPostValidateTree;
650 if (pDRIPriv->wrap.PostValidateTree) {
652 pScreen->PostValidateTree = pDRIPriv->wrap.PostValidateTree;
655 (*pScreen->PostValidateTree)(pParent, pChild, kind);
658 pDRIPriv->wrap.PostValidateTree = pScreen->PostValidateTree;
659 pScreen->PostValidateTree
[all...]
H A Ddri.h58 PostValidateTreeProcPtr PostValidateTree; member in struct:__anon60b87d530108
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinrandr.c158 if (anyMarked && pScreen->PostValidateTree)
159 (*pScreen->PostValidateTree)(pWin, NullWindow, VTOther);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwindow.c313 if (anyMarked && pScreen->PostValidateTree)
314 (*pScreen->PostValidateTree)(pLayerWin->parent, NullWindow, kind);
665 if (anyMarked && pScreen->PostValidateTree)
666 (*pScreen->PostValidateTree)(pLayerWin->parent, pFirstChange,
733 if (anyMarked && pScreen->PostValidateTree)
734 (*pScreen->PostValidateTree)(pLayerWin->parent, NullWindow,
791 if (anyMarked && pScreen->PostValidateTree)
792 (*pScreen->PostValidateTree)(pLayerWin->parent, pLayerWin,
H A Dmiscrinit.c253 pScreen->PostValidateTree = (PostValidateTreeProcPtr) 0;
H A Dmioverlay.c988 if (pScreen->PostValidateTree)
989 (*pScreen->PostValidateTree)(pWin->parent, NullWindow, kind);
1488 if (pScreen->PostValidateTree)
1489 (*pScreen->PostValidateTree)(pWin->parent, pFirstChange, VTOther);
1540 if (pScreen->PostValidateTree)
1541 (*pScreen->PostValidateTree)(pWin->parent, NullWindow, VTOther);
1596 if (pScreen->PostValidateTree)
1597 (*pScreen->PostValidateTree)(pWin->parent, pWin, VTOther);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwindow.c297 if (pScreen->PostValidateTree)
298 (*pScreen->PostValidateTree) (pLayerWin->parent, NULL, kind);
614 if (pScreen->PostValidateTree)
615 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstChange,
673 if (pScreen->PostValidateTree)
674 (*pScreen->PostValidateTree) (pLayerWin->parent, NULL,
728 if (pScreen->PostValidateTree)
729 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin,
H A Dmiscrinit.c265 pScreen->PostValidateTree = (PostValidateTreeProcPtr) 0;
H A Dmioverlay.c971 if (pScreen->PostValidateTree)
972 (*pScreen->PostValidateTree) (pWin->parent, NullWindow, kind);
1424 if (pScreen->PostValidateTree)
1425 (*pScreen->PostValidateTree) (pWin->parent, pFirstChange, VTOther);
1470 if (pScreen->PostValidateTree)
1471 (*pScreen->PostValidateTree) (pWin->parent, NullWindow,
1524 if (pScreen->PostValidateTree)
1525 (*pScreen->PostValidateTree) (pWin->parent, pWin, VTOther);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c606 if (pDRIInfo->wrap.PostValidateTree) {
607 pDRIPriv->wrap.PostValidateTree = pScreen->PostValidateTree;
608 pScreen->PostValidateTree = pDRIInfo->wrap.PostValidateTree;
662 if (pDRIInfo->wrap.PostValidateTree) {
663 pScreen->PostValidateTree = pDRIPriv->wrap.PostValidateTree;
664 pDRIPriv->wrap.PostValidateTree = NULL;
1603 inforec->wrap.PostValidateTree
[all...]
H A Ddri.h92 PostValidateTreeProcPtr PostValidateTree; member in struct:__anonfa1ba9410108
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h455 PostValidateTreeProcPtr PostValidateTree; member in struct:_Screen
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c2173 if (pWin->drawable.pScreen->PostValidateTree)
2174 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstChange,
2690 if (pScreen->PostValidateTree)
2691 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin,
2707 if (pScreen->PostValidateTree)
2708 (*pScreen->PostValidateTree) (NullWindow, pWin, VTMap);
2771 if (pScreen->PostValidateTree)
2772 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstMapped,
2867 if (pScreen->PostValidateTree)
2868 (*pScreen->PostValidateTree) (pLayerWi
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Ddarwin.c875 if (anyMarked && pScreen->PostValidateTree)
876 (*pScreen->PostValidateTree)(pWin, NullWindow, VTOther);
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompalloc.c128 if (pScreen->PostValidateTree)
129 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin, VTOther);
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h541 PostValidateTreeProcPtr PostValidateTree; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c2100 if (anyMarked && pWin->drawable.pScreen->PostValidateTree)
2101 (*pScreen->PostValidateTree)(pLayerWin->parent, pFirstChange, kind);
2670 if (anyMarked && pScreen->PostValidateTree)
2671 (*pScreen->PostValidateTree)(pLayerWin->parent, pLayerWin, VTMap);
2686 if (pScreen->PostValidateTree)
2687 (*pScreen->PostValidateTree)(NullWindow, pWin, VTMap);
2774 if (anyMarked && pScreen->PostValidateTree)
2775 (*pScreen->PostValidateTree)(pLayerWin->parent, pFirstMapped,
2875 if (!fromConfigure && pScreen->PostValidateTree)
2876 (*pScreen->PostValidateTree)(pLayerWi
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxextension.c368 if (pScreen->PostValidateTree)
369 pScreen->PostValidateTree(pRoot, NULL, VTBroken);
1001 if (pScreen->PostValidateTree)
1002 pScreen->PostValidateTree(pRoot, NULL, VTBroken);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DScreen.c275 pScreen->PostValidateTree = NULL;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DScreen.c275 pScreen->PostValidateTree = NULL;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c176 if (anyMarked && pScreen->PostValidateTree)
177 (*pScreen->PostValidateTree)(pWin, NullWindow, VTOther);

Completed in 34 milliseconds

12