Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp1081 TIntermTyped *conditionCopy = node.mCondition->deepCopy(); in TIntermTernary() local
1084 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1085 mCondition = conditionCopy; in TIntermTernary()