Searched refs:vout (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 219 Allocation vout = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 222 ASSERT_NE(Allocation(0), vout); in TEST_P() 228 context->scriptForEach(script, mExportForEachIdx_increment, vains, vout, params, nullptr); in TEST_P() 229 context->allocationRead(vout, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint8_t)); in TEST_P()
|