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_F() local 172 ASSERT_NE(Allocation(0), allocationSend); in TEST_F() 181 context->allocationSetNativeWindow(allocationSend, nativeWindow); in TEST_F() 182 context->allocation2DWrite(allocationSend, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, in TEST_F() 184 context->allocationIoSend(allocationSend); in TEST_F() 227 Allocation allocationSend = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_F() local 231 ASSERT_NE(Allocation(0), allocationSend); in TEST_F() 247 context->allocationSetNativeWindow(allocationSend, nativeWindow1); in TEST_F() 248 context->allocation2DWrite(allocationSend, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, in TEST_F() 250 context->allocationIoSend(allocationSend); in TEST_F() [all …]
|