HomeSort by relevance Sort by last modified time
    Searched refs:getIntermFunctionCall (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphOutput.cpp 19 << parameter->getIntermFunctionCall()->getName() << "\n";
25 mSink << "function call " << functionCall->getIntermFunctionCall()->getName() << "\n";
DependencyGraph.h 65 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); }
80 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); }
DependencyGraph.cpp 38 if (functionCall->getIntermFunctionCall()->isUserDefined())
  /external/chromium_org/third_party/angle/src/compiler/translator/timing/
RestrictFragmentShaderTiming.cpp 74 beginError(functionCall->getIntermFunctionCall());
97 if (isSamplingOp(parameter->getIntermFunctionCall())) {
101 beginError(parameter->getIntermFunctionCall());
107 beginError(parameter->getIntermFunctionCall());

Completed in 55 milliseconds