Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp1121 TIntermSequence copySeq; in shallowCopy() local
1122 copySeq.insert(copySeq.begin(), getSequence()->begin(), getSequence()->end()); in shallowCopy()
1123 TIntermAggregate *copyNode = new TIntermAggregate(mFunction, mType, mOp, &copySeq); in shallowCopy()