Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp1225 TIntermTyped *trueCopy = node.mTrueExpression->deepCopy(); in TIntermTernary() local
1227 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1229 mTrueExpression = trueCopy; in TIntermTernary()