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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1197 std::string InputAllocationOutgoingArgumentList; local
1227 if (!InputAllocationOutgoingArgumentList.empty())
1228 InputAllocationOutgoingArgumentList += ", ";
1229 InputAllocationOutgoingArgumentList += TempName;
1235 mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArgumentList << ", null);\n"; local

Completed in 83 milliseconds