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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1511 const char OutputAllocName[] = "aout"; local
1516 mOut.indent() << "Allocation " << OutputAllocName << " = Allocation.createSized("
1520 mOut.indent() << OutputAllocName << ".setAutoPadding(true);\n";
1526 mOut << "}, " << OutputAllocName << ", " << FormalOptionsName << ");\n";
1527 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n"; local

Completed in 46 milliseconds