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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1340 // ArrayElementTypeName = type of InVal (having been copied out of Allocation to Java array)
1345 const std::string &ArrayElementTypeName,
1359 ArrayElementTypeName,
1367 // ArrayElementTypeName = type of InVal (having been copied out of Allocation to Java array)
1375 const std::string &ArrayElementTypeName,
1390 result += genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName,
1423 const std::string ArrayElementTypeName = local
1433 else if (ReflectedScalarTypeName != ArrayElementTypeName)
1442 mOut.indent() << ArrayElementTypeName << "[] outArray = new " << ArrayElementTypeName
1344 genReduceResultMapping(MapFromAllocation MFA, const std::string &ArrayElementTypeName, const std::string &ReflectedScalarTypeName, const char *InVal) argument
1374 genReduceResultVectorMapping(MapFromAllocation MFA, const std::string &ArrayElementTypeName, const std::string &ReflectedScalarTypeName, const std::string &VectorTypeName, unsigned VectorElementCount, const char *InArray, const char *InIdx = nullptr) argument
[all...]

Completed in 228 milliseconds