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

/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraph.cpp26 TGraphArgument* TDependencyGraph::createArgument(TIntermAggregate* intermFunctionCall, argument
29 TGraphArgument* argument = new TGraphArgument(intermFunctionCall, argumentNumber);
34 TGraphFunctionCall* TDependencyGraph::createFunctionCall(TIntermAggregate* intermFunctionCall) argument
36 TGraphFunctionCall* functionCall = new TGraphFunctionCall(intermFunctionCall);
H A DDependencyGraphBuilder.cpp46 TIntermAggregate *intermFunctionCall)
49 mGraph->createFunctionCall(intermFunctionCall);
53 TIntermSequence *intermArguments = intermFunctionCall->getSequence();
66 intermFunctionCall, argumentNumber);
45 visitFunctionCall( TIntermAggregate *intermFunctionCall) argument
H A DDependencyGraph.h61 TGraphArgument(TIntermAggregate* intermFunctionCall, int argumentNumber) argument
62 : TGraphParentNode(intermFunctionCall)
77 TGraphFunctionCall(TIntermAggregate* intermFunctionCall) argument
78 : TGraphParentNode(intermFunctionCall) {}
166 TGraphArgument* createArgument(TIntermAggregate* intermFunctionCall, int argumentNumber);
167 TGraphFunctionCall* createFunctionCall(TIntermAggregate* intermFunctionCall);

Completed in 107 milliseconds