Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp367 Allocation allocation2 = context->allocationCreateTyped(type2, AllocationMipmapControl::NONE, in TEST_F() local
370 ASSERT_NE(Allocation(0), allocation2); in TEST_F()
372 context->allocation2DWrite(allocation2, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, 256, in TEST_F()
402 context->scriptGroupSetOutput(scriptGroup, blurKID, allocation2); in TEST_F()
407 context->allocation2DRead(allocation2, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, 256, in TEST_F()