Home
last modified time | relevance | path

Searched refs:replaceChildNodeWithMultiple (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteDoWhile.cpp130 node->replaceChildNodeWithMultiple(loop, replacement); in visitBlock()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermTraverse.cpp579 bool replaced = replacement.parent->replaceChildNodeWithMultiple(replacement.original, in updateTree()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h598 bool replaceChildNodeWithMultiple(TIntermNode *original, const TIntermSequence &replacements);
DIntermNode.cpp538 bool TIntermAggregateBase::replaceChildNodeWithMultiple(TIntermNode *original, in replaceChildNodeWithMultiple() function in sh::TIntermAggregateBase