Lines Matching refs:ValidateTree
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;
2075 if(pDRIPriv->wrap.ValidateTree) {
2077 pScreen->ValidateTree = pDRIPriv->wrap.ValidateTree;
2080 returnValue = (*pScreen->ValidateTree)(pParent, pChild, kind);
2083 pDRIPriv->wrap.ValidateTree = pScreen->ValidateTree;
2084 pScreen->ValidateTree = DRIValidateTree;