Searched refs:renderScript (Results 1 – 1 of 1) sorted by relevance
1211 RenderScript renderScript = RenderScript.create(context); in blur() local1213 ScriptIntrinsicBlur.create(renderScript, Element.U8_4(renderScript)); in blur()1214 Allocation allocationIn = Allocation.createFromBitmap(renderScript, image); in blur()1215 Allocation allocationOut = Allocation.createFromBitmap(renderScript, image); in blur()