Searched refs:conditionCopy (Results 1 – 1 of 1) sorted by relevance
1081 TIntermTyped *conditionCopy = node.mCondition->deepCopy(); in TIntermTernary() local1084 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()1085 mCondition = conditionCopy; in TIntermTernary()