Searched refs:functionMangledName (Results 1 – 1 of 1) sorted by relevance
37 FunctionCallFinder(const char *functionMangledName) in FunctionCallFinder() argument39 mFunctionMangledName(functionMangledName), in FunctionCallFinder()335 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionMangledName) in FindFunctionCallNode() argument337 FunctionCallFinder finder(functionMangledName.c_str()); in FindFunctionCallNode()