Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp402 return replaceChildNodeInternal(original, replacement); in replaceChildNode()
436 return replaceChildNodeInternal(original, replacement); in replaceChildNode()
504 return replaceChildNodeInternal(original, replacement); in replaceChildNode()
515 bool TIntermAggregateBase::replaceChildNodeInternal(TIntermNode *original, TIntermNode *replacement) in replaceChildNodeInternal() function in sh::TIntermAggregateBase
DIntermNode.h579 bool replaceChildNodeInternal(TIntermNode *original, TIntermNode *replacement);