Searched refs:allocationIn (Results 1 – 2 of 2) sorted by relevance
87 Allocation allocationIn = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local90 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()
1311 Allocation allocationIn = Allocation.createFromBitmap(renderScript, image); in blur() local1314 blurScript.setInput(allocationIn); in blur()1318 allocationIn.destroy(); in blur()