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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1402 std::string InputAllocationOutgoingArgumentList; local
1432 if (!InputAllocationOutgoingArgumentList.empty())
1433 InputAllocationOutgoingArgumentList += ", ";
1434 InputAllocationOutgoingArgumentList += TempName;
1440 mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArgumentList << ", null);\n"; local

Completed in 13 milliseconds