Searched refs:allocation1 (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 352 Allocation allocation1 = context->allocationCreateTyped(type1, AllocationMipmapControl::NONE, in TEST_P() local 355 ASSERT_NE(Allocation(0), allocation1); in TEST_P() 357 context->allocation2DWrite(allocation1, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, 256, in TEST_P() 401 context->scriptGroupSetInput(scriptGroup, blendKID, allocation1); in TEST_P()
|