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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h190 class TIntermAggregate;
215 virtual TIntermAggregate* getAsAggregate() { return 0; }
421 class TIntermAggregate : public TIntermOperator { class in inherits:TIntermOperator
423 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(0) { } function in class:TIntermAggregate
424 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(0) { } function in class:TIntermAggregate
425 ~TIntermAggregate() { delete pragmaTable; }
427 virtual TIntermAggregate* getAsAggregate() { return this; }
446 TIntermAggregate(const TIntermAggregate&); // disallow copy constructor
447 TIntermAggregate
[all...]

Completed in 40 milliseconds