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.cpp41 FunctionCallFinder(const char *functionMangledName) in FunctionCallFinder() argument
43 mFunctionMangledName(functionMangledName), in FunctionCallFinder()
304 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionMangledName) in FindFunctionCallNode() argument
306 FunctionCallFinder finder(functionMangledName.c_str()); in FindFunctionCallNode()