Home
last modified time | relevance | path

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

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