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

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.h193 class TIntermAggregate;
226 virtual TIntermAggregate *getAsAggregate() { return 0; }
578 class TIntermAggregate : public TIntermOperator class in inherits:TIntermOperator
581 TIntermAggregate() function in class:TIntermAggregate
585 TIntermAggregate(TOperator op) function in class:TIntermAggregate
588 ~TIntermAggregate() { }
590 virtual TIntermAggregate *getAsAggregate() { return this; }
617 TIntermAggregate(const TIntermAggregate &); // disallow copy constructor
618 TIntermAggregate
[all...]

Completed in 1942 milliseconds