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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h191 class TIntermBinary;
216 virtual TIntermBinary* getAsBinaryNode() { return 0; }
378 class TIntermBinary : public TIntermOperator { class in inherits:TIntermOperator
380 TIntermBinary(TOperator o) : TIntermOperator(o) {} function in class:TIntermBinary
382 virtual TIntermBinary* getAsBinaryNode() { return this; }
510 virtual bool visitBinary(Visit visit, TIntermBinary*) {return true;}

Completed in 66 milliseconds