Home
last modified time | relevance | path

Searched refs:allocationRecv (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp162 Allocation allocationRecv = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
166 ASSERT_NE(Allocation(0), allocationRecv); in TEST_P()
174 NativeWindow nativeWindow = context->allocationGetNativeWindow(allocationRecv); in TEST_P()
185 context->allocationIoReceive(allocationRecv); in TEST_P()
186 context->allocation2DRead(allocationRecv, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, in TEST_P()