Searched refs:allocationSend (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 168 Allocation allocationSend = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 172 ASSERT_NE(Allocation(0), allocationSend); in TEST_P() 181 context->allocationSetNativeWindow(allocationSend, nativeWindow); in TEST_P() 182 context->allocation2DWrite(allocationSend, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, in TEST_P() 184 context->allocationIoSend(allocationSend); in TEST_P() 227 Allocation allocationSend = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 231 ASSERT_NE(Allocation(0), allocationSend); in TEST_P() 247 context->allocationSetNativeWindow(allocationSend, nativeWindow1); in TEST_P() 248 context->allocation2DWrite(allocationSend, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, in TEST_P() 250 context->allocationIoSend(allocationSend); in TEST_P() [all …]
|