Searched refs:renderScriptElementForBitmap (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/frameworks/rs/toolkit/test/ |
H A D | IntrinsicHistogram.kt | 77 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicHistogram() 162 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicHistogramDot()
|
H A D | IntrinsicBlur.kt | 83 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicBlur()
|
H A D | IntrinsicConvolve.kt | 74 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicConvolve()
|
H A D | IntrinsicLut.kt | 90 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicLut()
|
H A D | IntrinsicLut3d.kt | 90 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicLut3d()
|
H A D | BufferUtils.kt | 460 fun renderScriptElementForBitmap(context: RenderScript, bitmap: Bitmap): Element { in renderScriptVectorElementForF32() method
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
H A D | IntrinsicHistogram.kt | 77 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicHistogram() 162 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicHistogramDot()
|
H A D | IntrinsicBlur.kt | 83 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicBlur()
|
H A D | IntrinsicConvolve.kt | 74 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicConvolve()
|
H A D | IntrinsicLut.kt | 90 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicLut()
|
H A D | IntrinsicLut3d.kt | 90 val baseElement = renderScriptElementForBitmap(context, bitmap) in intrinsicLut3d()
|
H A D | BufferUtils.kt | 460 fun renderScriptElementForBitmap(context: RenderScript, bitmap: Bitmap): Element { in renderScriptVectorElementForF32() method
|