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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1337 const std::string ResultTypeName = GetReduceResultTypeName(ER); local
1397 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1440 mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArgumentList << ", null);\n";
1473 const std::string ResultTypeName = GetReduceResultTypeName(ER); local
1479 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1499 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1527 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n";

Completed in 53 milliseconds