HomeSort by: relevance | last modified time | path
    Searched refs:ValidateTree (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
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;
686 * called at every level of recursion (eg in validatetree)
    [all...]
dri.h 57 ValidateTreeProcPtr ValidateTree;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
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 = DRIValidateTree
    [all...]
dri.h 91 ValidateTreeProcPtr ValidateTree;
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessScreen.c 362 * ValidateTree is modified in two ways:
374 SCREEN_UNWRAP(pScreen, ValidateTree);
375 RL_DEBUG_MSG("VALIDATETREE start ");
383 result = pScreen->ValidateTree(pParent, pChild, kind);
387 SCREEN_WRAP(pScreen, ValidateTree);
388 RL_DEBUG_MSG("VALIDATETREE end\n");
689 WRAP(ValidateTree);
rootlessCommon.h 104 ValidateTreeProcPtr ValidateTree;
  /xsrc/external/mit/xorg-server/dist/mi/
miscrinit.c 264 pScreen->ValidateTree = miValidateTree;
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);
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.old/dist/hw/xwin/
winrandr.c 109 * Use REGION_BREAK to avoid optimizations in ValidateTree
151 (*pScreen->ValidateTree)(pWin, NullWindow, VTOther);
win.h 592 ValidateTreeProcPtr ValidateTree;
  /xsrc/external/mit/xorg-server.old/dist/include/
scrnintstr.h 454 ValidateTreeProcPtr ValidateTree;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miscrinit.c 252 pScreen->ValidateTree = miValidateTree;
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);
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/miext/rootless/
rootlessCommon.h 105 ValidateTreeProcPtr ValidateTree;
rootlessScreen.c 517 * ValidateTree is modified in two ways:
529 SCREEN_UNWRAP(pScreen, ValidateTree);
530 RL_DEBUG_MSG("VALIDATETREE start ");
539 result = pScreen->ValidateTree(pParent, pChild, kind);
543 SCREEN_WRAP(pScreen, ValidateTree);
544 RL_DEBUG_MSG("VALIDATETREE end\n");
843 WRAP(ValidateTree);
  /xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h 540 ValidateTreeProcPtr ValidateTree;
  /xsrc/external/mit/xorg-server/dist/composite/
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/hw/xwin/
win.h 507 ValidateTreeProcPtr ValidateTree;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
darwin.c 825 * Use REGION_BREAK to avoid optimizations in ValidateTree
868 (*pScreen->ValidateTree)(pWin, NullWindow, VTOther);
  /xsrc/external/mit/xorg-server/dist/dix/
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);
3680 * Use REGION_BREAK to avoid optimizations in ValidateTree
3713 (*pScreen->ValidateTree) (pWin, NullWindow, VTOther);
  /xsrc/external/mit/xorg-server.old/dist/dix/
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/
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/
kdrive.c 169 (*pScreen->ValidateTree)(pWin, NullWindow, VTOther);

Completed in 31 milliseconds

1 2