Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp87 Allocation allocationIn = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
90 ASSERT_NE(Allocation(0), allocationIn); in TEST_P()
93 context->scriptSetVarObj(script, mExportVarIdx_var_allocation, (ObjectBase)allocationIn); in TEST_P()
97 EXPECT_EQ(allocationOut, allocationIn); in TEST_P()