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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1132 const std::string ResultTypeName = GetReduceResultTypeName(ER); local
1192 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1235 mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArgumentList << ", null);\n";
1268 const std::string ResultTypeName = GetReduceResultTypeName(ER); local
1274 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1294 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args);
1322 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n";

Completed in 505 milliseconds