Home
last modified time | relevance | path

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

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