Home
last modified time | relevance | path

Searched defs:TIntermAggregate (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
Dintermediate.h205 class TIntermAggregate; variable
542TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), useEmulatedFunction(false) { } in TIntermAggregate() function
543 TIntermAggregate(TOperator o) : TIntermOperator(o), useEmulatedFunction(false) { } in TIntermAggregate() function
652 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() argument
709 virtual bool visitAggregate(Visit visit, TIntermAggregate*) { return depthCheck(); } in visitAggregate() argument