Home
last modified time | relevance | path

Searched defs:replaceChildNode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DIntermediate.cpp753 bool TIntermLoop::replaceChildNode( in replaceChildNode() function in TIntermLoop
763 bool TIntermBranch::replaceChildNode( in replaceChildNode() function in TIntermBranch
770 bool TIntermBinary::replaceChildNode( in replaceChildNode() function in TIntermBinary
778 bool TIntermUnary::replaceChildNode( in replaceChildNode() function in TIntermUnary
785 bool TIntermAggregate::replaceChildNode( in replaceChildNode() function in TIntermAggregate
795 bool TIntermSelection::replaceChildNode( in replaceChildNode() function in TIntermSelection
Dintermediate.h371 virtual bool replaceChildNode(TIntermNode *, TIntermNode *) { return false; } in replaceChildNode() function
393 virtual bool replaceChildNode(TIntermNode *, TIntermNode *) { return false; } in replaceChildNode() function