Home
last modified time | relevance | path

Searched refs:replaceChildNodeInternal (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp416 return replaceChildNodeInternal(original, replacement); in replaceChildNode()
450 return replaceChildNodeInternal(original, replacement); in replaceChildNode()
518 return replaceChildNodeInternal(original, replacement); in replaceChildNode()
529 bool TIntermAggregateBase::replaceChildNodeInternal(TIntermNode *original, TIntermNode *replacement) in replaceChildNodeInternal() function in sh::TIntermAggregateBase
DIntermNode.h604 bool replaceChildNodeInternal(TIntermNode *original, TIntermNode *replacement);