Searched refs:renderScript (Results 1 – 2 of 2) sorted by relevance
50 val renderScript = RenderScript.create(context) regex51 val blur = ScriptIntrinsicBlur.create(renderScript, Element.U8_4(renderScript))72 input = Allocation.createFromBitmap(renderScript, inBitmap,74 output = Allocation.createFromBitmap(renderScript, outBitmap)
801 public AllocationBacking(RenderScript renderScript) { in AllocationBacking() argument802 mRenderScript = renderScript; in AllocationBacking()