/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | ImageBuffersForRenderScript.java | 35 inAllocation = Allocation.createFromBitmap(renderScript, inputImage); in ImageBuffersForRenderScript() 39 outAllocation = Allocation.createFromBitmap(renderScript, outputImage); in ImageBuffersForRenderScript()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | Healing.java | 87 Allocation dest_alloc = Allocation.createFromBitmap(rs, dest_bitmap); in heal() 90 Allocation src_alloc = Allocation.createFromBitmap(rs, src_bitmap); in heal() 91 Allocation mask_alloc = Allocation.createFromBitmap(rs, mask_bitmap); in heal() 137 Allocation dest_uc4 = Allocation.createFromBitmap(rs, destBitmap); in heal_orig() 143 Allocation src_uc4 = Allocation.createFromBitmap(rs, src); in heal_orig() 147 Allocation mask = Allocation.createFromBitmap(rs, maskBitmap); in heal_orig()
|
D | FindRegion.java | 81 Allocation aImage = Allocation.createFromBitmap(mRs, image); in findMatch()
|
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/utils/ |
D | GraphicsUtils.kt | 84 val allocationIn = Allocation.createFromBitmap(renderScript, sourceBitmap) in <lambda>() 85 val allocationOut = Allocation.createFromBitmap(renderScript, blurredImage) in <lambda>()
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | Healing.java | 92 Allocation dest_uc4 = Allocation.createFromBitmap(rs, destBitmap); in heal() 98 Allocation src_uc4 = Allocation.createFromBitmap(rs, src); in heal() 102 Allocation mask = Allocation.createFromBitmap(rs, maskBitmap); in heal()
|
D | FindRegion.java | 99 findRegion.set_image(Allocation.createFromBitmap(mRs, image)); in findMatch()
|
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 102 mTwoByTwoAlloc = Allocation.createFromBitmap(mRS, mBitmapTwoByTwo, in onCreate() 106 mCityAlloc = Allocation.createFromBitmap(mRS, mBitmapCity, in onCreate()
|
/frameworks/rs/toolkit/test/ |
D | IntrinsicHistogram.kt | 79 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicHistogram() 164 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicHistogramDot()
|
D | IntrinsicBlend.kt | 68 val sourceAllocation = Allocation.createFromBitmap(context, sourceBitmap) in intrinsicBlend() 69 val destAllocation = Allocation.createFromBitmap(context, destBitmap) in intrinsicBlend()
|
D | IntrinsicBlur.kt | 85 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicBlur()
|
D | IntrinsicResize.kt | 84 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicResize()
|
D | IntrinsicConvolve.kt | 76 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicConvolve()
|
D | IntrinsicLut.kt | 92 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicLut()
|
D | IntrinsicLut3d.kt | 92 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicLut3d()
|
D | IntrinsicColorMatrix.kt | 119 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicColorMatrix()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | RefocusFilterF32.java | 83 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractSharpImage() 96 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractFuzzyImage()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | RefocusFilterd1new.java | 85 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractSharpImage() 98 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractFuzzyImage()
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | BallsRS.java | 80 Allocation.createFromBitmap(mRS, bp, in loadTexture()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 2685 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, in createFromBitmap() method in Allocation 2698 return createFromBitmap(rs, newBitmap, mips, usage); in createFromBitmap() 2753 static public Allocation createFromBitmap(RenderScript rs, Bitmap b) { in createFromBitmap() method in Allocation 2754 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE, in createFromBitmap() 2951 Allocation alloc = createFromBitmap(rs, b, mips, usage); in createFromBitmapResource()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 2797 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, in createFromBitmap() method in Allocation 2812 return createFromBitmap(rs, newBitmap, mips, usage); in createFromBitmap() 3065 static public Allocation createFromBitmap(RenderScript rs, Bitmap b) { in createFromBitmap() method in Allocation 3067 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE, in createFromBitmap() 3070 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE, in createFromBitmap() 3264 Allocation alloc = createFromBitmap(rs, b, mips, usage); in createFromBitmapResource()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
D | Camera2Source.java | 183 mAllocationOut = Allocation.createFromBitmap(mRS, mBitmap); in onOpen()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | ImageProcessingActivity2.java | 234 mOutDisplayAllocation1 = Allocation.createFromBitmap(mRS, mBitmapOut1); in Processor() 235 mOutDisplayAllocation2 = Allocation.createFromBitmap(mRS, mBitmapOut2); in Processor()
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | ScriptGroupTestActivity.java | 196 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in init()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | ViewfinderProcessor.java | 267 img_alloc = Allocation.createFromBitmap(mRs, image); in processImage()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | ImageProcessingActivity.java | 416 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in init()
|