Searched refs:allocationRecv1 (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 215 Allocation allocationRecv1 = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 219 ASSERT_NE(Allocation(0), allocationRecv1); in TEST_P() 233 context->allocationSetupBufferQueue(allocationRecv1, 2); in TEST_P() 234 context->allocationShareBufferQueue(allocationRecv2, allocationRecv1); in TEST_P() 236 NativeWindow nativeWindow1 = context->allocationGetNativeWindow(allocationRecv1); in TEST_P() 251 context->allocationIoReceive(allocationRecv1); in TEST_P() 252 context->allocation2DRead(allocationRecv1, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, in TEST_P()
|