Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp221 Allocation allocationRecv2 = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
225 ASSERT_NE(Allocation(0), allocationRecv2); in TEST_P()
234 context->allocationShareBufferQueue(allocationRecv2, allocationRecv1); in TEST_P()
239 NativeWindow nativeWindow2 = context->allocationGetNativeWindow(allocationRecv2); in TEST_P()
259 context->allocationIoReceive(allocationRecv2); in TEST_P()
260 context->allocation2DRead(allocationRecv2, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, in TEST_P()