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

/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraph.h17 class TGraphArgument;
59 class TGraphArgument : public TGraphParentNode { class in inherits:TGraphParentNode
61 TGraphArgument(TIntermAggregate* intermFunctionCall, int argumentNumber) function in class:TGraphArgument
64 virtual ~TGraphArgument() {}
166 TGraphArgument* createArgument(TIntermAggregate* intermFunctionCall, int argumentNumber);
194 virtual void visitArgument(TGraphArgument* selection) {};

Completed in 31 milliseconds