Home
last modified time | relevance | path

Searched refs:renderScriptElementForBitmap (Results 1 – 6 of 6) sorted by relevance

/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DIntrinsicHistogram.kt77 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicHistogram()
162 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicHistogramDot()
DIntrinsicBlur.kt83 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicBlur()
DIntrinsicConvolve.kt74 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicConvolve()
DIntrinsicLut.kt90 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicLut()
DIntrinsicLut3d.kt90 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicLut3d()
DBufferUtils.kt460 fun renderScriptElementForBitmap(context: RenderScript, bitmap: Bitmap): Element { in renderScriptVectorElementForF32() method