Searched refs:copySeq (Results 1 – 1 of 1) sorted by relevance
1043 TIntermSequence *copySeq = new TIntermSequence(); in shallowCopy() local1044 copySeq->insert(copySeq->begin(), getSequence()->begin(), getSequence()->end()); in shallowCopy()1045 TIntermAggregate *copyNode = new TIntermAggregate(mFunction, mType, mOp, copySeq); in shallowCopy()