Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
Dcompiler_test.cpp37 FunctionCallFinder(const char *functionMangledName) in FunctionCallFinder() argument
39 mFunctionMangledName(functionMangledName), in FunctionCallFinder()
335 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionMangledName) in FindFunctionCallNode() argument
337 FunctionCallFinder finder(functionMangledName.c_str()); in FindFunctionCallNode()