Home
last modified time | relevance | path

Searched refs:visitFunctionCall (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/depgraph/
DDependencyGraphOutput.h18 virtual void visitFunctionCall(TGraphFunctionCall* functionCall);
DDependencyGraphBuilder.cpp19 case EOpFunctionCall: visitFunctionCall(intermAggregate); break; in visitAggregate()
37 void TDependencyGraphBuilder::visitFunctionCall(TIntermAggregate* intermFunctionCall) in visitFunctionCall() function in TDependencyGraphBuilder
DDependencyGraphOutput.cpp22 void TDependencyGraphOutput::visitFunctionCall(TGraphFunctionCall* functionCall) in visitFunctionCall() function in TDependencyGraphOutput
DDependencyGraphTraverse.cpp43 graphTraverser->visitFunctionCall(this); in traverse()
DDependencyGraphBuilder.h170 void visitFunctionCall(TIntermAggregate* intermFunctionCall);
DDependencyGraph.h195 virtual void visitFunctionCall(TGraphFunctionCall* functionCall) {}; in visitFunctionCall() function