| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86xvpriv.h | 43 PostValidateTreeProcPtr PostValidateTree; member in struct:__anon60aeb3470108
|
| H A D | xf86xv.c | 288 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 D | xf86xvpriv.h | 43 PostValidateTreeProcPtr PostValidateTree; member in struct:__anon8e6bc3da0108
|
| H A D | xf86xv.c | 258 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 D | dri.c | 146 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 D | dri.h | 58 PostValidateTreeProcPtr PostValidateTree; member in struct:__anon60b87d530108
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winrandr.c | 158 if (anyMarked && pScreen->PostValidateTree) 159 (*pScreen->PostValidateTree)(pWin, NullWindow, VTOther);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwindow.c | 313 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 D | miscrinit.c | 253 pScreen->PostValidateTree = (PostValidateTreeProcPtr) 0;
|
| H A D | mioverlay.c | 988 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 D | miwindow.c | 297 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 D | miscrinit.c | 265 pScreen->PostValidateTree = (PostValidateTreeProcPtr) 0;
|
| H A D | mioverlay.c | 971 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 D | dri.c | 606 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 D | dri.h | 92 PostValidateTreeProcPtr PostValidateTree; member in struct:__anonfa1ba9410108
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | scrnintstr.h | 455 PostValidateTreeProcPtr PostValidateTree; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 2173 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 D | darwin.c | 875 if (anyMarked && pScreen->PostValidateTree) 876 (*pScreen->PostValidateTree)(pWin, NullWindow, VTOther);
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 128 if (pScreen->PostValidateTree) 129 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin, VTOther);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | scrnintstr.h | 541 PostValidateTreeProcPtr PostValidateTree; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 2100 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 D | dmxextension.c | 368 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 D | Screen.c | 275 pScreen->PostValidateTree = NULL;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Screen.c | 275 pScreen->PostValidateTree = NULL;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kdrive.c | 176 if (anyMarked && pScreen->PostValidateTree) 177 (*pScreen->PostValidateTree)(pWin, NullWindow, VTOther);
|