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

/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraph.h20 class TGraphSelection;
98 class TGraphSelection : public TGraphNode { class in inherits:TGraphNode
100 TGraphSelection(TIntermSelection* intermSelection) : TGraphNode(intermSelection) {} function in class:TGraphSelection
101 virtual ~TGraphSelection() {}
169 TGraphSelection* createSelection(TIntermSelection* intermSelection);
196 virtual void visitSelection(TGraphSelection* selection) {};

Completed in 161 milliseconds