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

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dintermediate.h193 class TIntermAggregate;
223 virtual TIntermAggregate* getAsAggregate() { return 0; }
460 class TIntermAggregate : public TIntermOperator { class in inherits:TIntermOperator
462 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), useEmulatedFunction(false) { } function in class:TIntermAggregate
463 TIntermAggregate(TOperator o) : TIntermOperator(o), useEmulatedFunction(false) { } function in class:TIntermAggregate
464 ~TIntermAggregate() { }
466 virtual TIntermAggregate* getAsAggregate() { return this; }
486 TIntermAggregate(const TIntermAggregate&); // disallow copy constructor
487 TIntermAggregate
[all...]

Completed in 34 milliseconds