Searched refs:MethodName (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1391 const std::string MethodName = "reduce_" + ER->getNameReduce(); local
1397 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1440 mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArgumentList << ", null);\n";
1472 const std::string MethodName = "reduce_" + ER->getNameReduce(); local
1479 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1480 mOut.indent() << "return " << MethodName << "(";
1499 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);

Completed in 216 milliseconds