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

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.h194 class TIntermBinary;
227 virtual TIntermBinary *getAsBinaryNode() { return 0; }
494 class TIntermBinary : public TIntermOperator class in inherits:TIntermOperator
497 TIntermBinary(TOperator op) function in class:TIntermBinary
501 virtual TIntermBinary *getAsBinaryNode() { return this; }
703 virtual bool visitBinary(Visit, TIntermBinary *) { return true; }
759 virtual bool visitBinary(Visit, TIntermBinary *) { return depthCheck(); }

Completed in 327 milliseconds