Lines Matching refs:ValidateTree
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).