Searched refs:renderScript (Results 1 – 1 of 1) sorted by relevance
1308 RenderScript renderScript = RenderScript.create(context); in blur() local1310 ScriptIntrinsicBlur.create(renderScript, Element.U8_4(renderScript)); in blur()1311 Allocation allocationIn = Allocation.createFromBitmap(renderScript, image); in blur()1312 Allocation allocationOut = Allocation.createFromBitmap(renderScript, image); in blur()