Searched defs:TIntermAggregate (Results 1 – 1 of 1) sorted by relevance
205 class TIntermAggregate; variable542 … TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), useEmulatedFunction(false) { } in TIntermAggregate() function543 TIntermAggregate(TOperator o) : TIntermOperator(o), useEmulatedFunction(false) { } in TIntermAggregate() function652 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() argument709 virtual bool visitAggregate(Visit visit, TIntermAggregate*) { return depthCheck(); } in visitAggregate() argument