| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | dri.c | 143 pDRIPriv->wrap.ValidateTree = pScreen->ValidateTree; 144 pScreen->ValidateTree = DRIValidateTree; 625 pScreen->ValidateTree = pDRIPriv->wrap.ValidateTree; 628 returnValue = (*pScreen->ValidateTree)(pParent, pChild, kind); 631 pDRIPriv->wrap.ValidateTree = pScreen->ValidateTree; 632 pScreen->ValidateTree = DRIValidateTree;
|
| H A D | dri.h | 57 ValidateTreeProcPtr ValidateTree; member in struct:__anon60b87d530108
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | dri.c | 602 if (pDRIInfo->wrap.ValidateTree) { 603 pDRIPriv->wrap.ValidateTree = pScreen->ValidateTree; 604 pScreen->ValidateTree = pDRIInfo->wrap.ValidateTree; 658 if (pDRIInfo->wrap.ValidateTree) { 659 pScreen->ValidateTree = pDRIPriv->wrap.ValidateTree; 660 pDRIPriv->wrap.ValidateTree = NULL; 1602 inforec->wrap.ValidateTree [all...] |
| H A D | dri.h | 91 ValidateTreeProcPtr ValidateTree; member in struct:__anonfa1ba9410108
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessScreen.c | 362 * ValidateTree is modified in two ways: 374 SCREEN_UNWRAP(pScreen, ValidateTree); 383 result = pScreen->ValidateTree(pParent, pChild, kind); 387 SCREEN_WRAP(pScreen, ValidateTree); 689 WRAP(ValidateTree);
|
| H A D | rootlessCommon.h | 104 ValidateTreeProcPtr ValidateTree; member in struct:_RootlessScreenRec
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessScreen.c | 353 * ValidateTree is modified in two ways: 365 SCREEN_UNWRAP(pScreen, ValidateTree); 375 result = pScreen->ValidateTree(pParent, pChild, kind); 379 SCREEN_WRAP(pScreen, ValidateTree); 679 WRAP(ValidateTree);
|
| H A D | rootlessCommon.h | 105 ValidateTreeProcPtr ValidateTree; member in struct:_RootlessScreenRec
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winrandr.c | 109 * Use REGION_BREAK to avoid optimizations in ValidateTree 151 (*pScreen->ValidateTree)(pWin, NullWindow, VTOther);
|
| H A D | win.h | 592 ValidateTreeProcPtr ValidateTree; member in struct:_winPrivScreenRec
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | scrnintstr.h | 454 ValidateTreeProcPtr ValidateTree; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miscrinit.c | 252 pScreen->ValidateTree = miValidateTree;
|
| H A D | miwindow.c | 307 (*pScreen->ValidateTree)(pLayerWin->parent, NullWindow, kind); 505 (*pScreen->ValidateTree)(pLayerWin->parent, pFirstChange, VTOther); 725 (*pScreen->ValidateTree)(pLayerWin->parent, NullWindow, 788 (*pScreen->ValidateTree)(pLayerWin->parent, pLayerWin, VTOther);
|
| H A D | mioverlay.c | 148 pScreen->ValidateTree = miOverlayValidateTree; 975 (*pScreen->ValidateTree)(pWin->parent, NullWindow, kind); 1270 (*pScreen->ValidateTree)(pWin->parent, pFirstChange, VTOther); 1535 (*pScreen->ValidateTree)(pWin->parent, NullWindow, VTOther); 1593 (*pScreen->ValidateTree)(pWin->parent, pWin, VTOther);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miscrinit.c | 264 pScreen->ValidateTree = miValidateTree;
|
| H A D | miwindow.c | 292 (*pScreen->ValidateTree) (pLayerWin->parent, NullWindow, kind); 467 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstChange, VTOther); 670 (*pScreen->ValidateTree) (pLayerWin->parent, NullWindow, 726 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTOther);
|
| H A D | mioverlay.c | 149 pScreen->ValidateTree = miOverlayValidateTree; 958 (*pScreen->ValidateTree) (pWin->parent, NullWindow, kind); 1214 (*pScreen->ValidateTree) (pWin->parent, pFirstChange, VTOther); 1468 (*pScreen->ValidateTree) (pWin->parent, NullWindow, VTOther); 1521 (*pScreen->ValidateTree) (pWin->parent, pWin, VTOther);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | scrnintstr.h | 540 ValidateTreeProcPtr ValidateTree; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | darwin.c | 825 * Use REGION_BREAK to avoid optimizations in ValidateTree 868 (*pScreen->ValidateTree)(pWin, NullWindow, VTOther);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | win.h | 507 ValidateTreeProcPtr ValidateTree; member in struct:_winPrivScreenRec
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 126 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTOther); 654 * the window so that ValidateTree will handle the unmap
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 1109 * eliminates most of the calls to ValidateTree. So, 2171 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstChange, kind); 2688 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTMap); 2769 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstMapped, VTMap); 2865 (*pScreen->ValidateTree) (pLayerWin->parent, pWin, VTUnmap); 2933 (*pScreen->ValidateTree) (pLayerWin->parent, pHead, VTUnmap); 3678 * Use REGION_BREAK to avoid optimizations in ValidateTree 3711 (*pScreen->ValidateTree) (pWin, NullWindow, VTOther);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 947 * eliminates most of the calls to ValidateTree. So, 2097 (*pScreen->ValidateTree)(pLayerWin->parent, pFirstChange, kind); 2667 (*pScreen->ValidateTree)(pLayerWin->parent, pLayerWin, VTMap); 2771 (*pScreen->ValidateTree)(pLayerWin->parent, pFirstMapped, VTMap); 2872 (*pScreen->ValidateTree)(pLayerWin->parent, pWin, VTUnmap); 2956 (*pScreen->ValidateTree)(pLayerWin->parent, pHead, VTUnmap);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxextension.c | 351 * ValidateTree() 366 pScreen->ValidateTree(pRoot, NULL, VTBroken); 996 * ValidateTree() 999 pScreen->ValidateTree(pRoot, NULL, VTBroken);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kdrive.c | 169 (*pScreen->ValidateTree)(pWin, NullWindow, VTOther);
|