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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1306 const char OutputAllocName[] = "aout"; local
1311 mOut.indent() << "Allocation " << OutputAllocName << " = Allocation.createSized("
1315 mOut.indent() << OutputAllocName << ".setAutoPadding(true);\n";
1321 mOut << "}, " << OutputAllocName << ", " << FormalOptionsName << ");\n";
1322 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n"; local

Completed in 30 milliseconds