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

/external/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h20 // TIntermNode. Each is a node in a tree. There is no preset branching factor;
261 class TIntermNode { class
265 TIntermNode() function in class:TIntermNode
288 virtual ~TIntermNode() { }
298 TIntermNode* node1;
299 TIntermNode* node2;
305 class TIntermTyped : public TIntermNode {
352 class TIntermLoop : public TIntermNode {
355 TIntermNode *aInit, TIntermTyped* aCond, TIntermTyped* aExpr,
356 TIntermNode* aBod
[all...]

Completed in 49 milliseconds