Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A 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()
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DVideoCallFragment.java1311 Allocation allocationIn = Allocation.createFromBitmap(renderScript, image); in blur() local
1314 blurScript.setInput(allocationIn); in blur()
1318 allocationIn.destroy(); in blur()