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

/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dintermediate.h205 class TIntermAggregate;
236 virtual TIntermAggregate* getAsAggregate() { return 0; }
540 class TIntermAggregate : public TIntermOperator { class in inherits:TIntermOperator
542 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), useEmulatedFunction(false) { } function in class:TIntermAggregate
543 TIntermAggregate(TOperator o) : TIntermOperator(o), useEmulatedFunction(false) { } function in class:TIntermAggregate
544 ~TIntermAggregate() { }
546 virtual TIntermAggregate* getAsAggregate() { return this; }
573 TIntermAggregate(const TIntermAggregate&); // disallow copy constructor
574 TIntermAggregate
[all...]

Completed in 193 milliseconds