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

/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraph.h18 class TGraphFunctionCall;
29 typedef std::vector<TGraphFunctionCall*> TFunctionCallVector;
75 class TGraphFunctionCall : public TGraphParentNode { class in inherits:TGraphParentNode
77 TGraphFunctionCall(TIntermAggregate* intermFunctionCall) function in class:TGraphFunctionCall
79 virtual ~TGraphFunctionCall() {}
167 TGraphFunctionCall* createFunctionCall(TIntermAggregate* intermFunctionCall);
195 virtual void visitFunctionCall(TGraphFunctionCall* functionCall) {};

Completed in 799 milliseconds