Searched refs:renderScriptElementForBitmap (Results 1 – 6 of 6) sorted by relevance
77 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicHistogram()162 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicHistogramDot()
83 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicBlur()
74 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicConvolve()
90 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicLut()
90 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicLut3d()
460 fun renderScriptElementForBitmap(context: RenderScript, bitmap: Bitmap): Element { in renderScriptVectorElementForF32() method