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

/external/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h253 class TIntermBranch;
285 virtual TIntermBranch* getAsBranchNode() { return 0; }
389 class TIntermBranch : public TIntermNode { class in inherits:TIntermNode
391 TIntermBranch(TOperator op, TIntermTyped* e) : function in class:TIntermBranch
395 virtual TIntermBranch* getAsBranchNode() { return this; }
712 virtual bool visitBranch(Visit visit, TIntermBranch*) {return true;}

Completed in 103 milliseconds