Home
last modified time | relevance | path

Searched refs:forEach_bicubic (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicResize.java92 public void forEach_bicubic(Allocation aout) { in forEach_bicubic() method in ScriptIntrinsicResize
96 forEach_bicubic(aout, null); in forEach_bicubic()
108 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { in forEach_bicubic() method in ScriptIntrinsicResize
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicResize.java102 public void forEach_bicubic(Allocation aout) {
106 forEach_bicubic(aout, null);
118 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) {
/frameworks/rs/toolkit/test/
DIntrinsicResize.kt62 scriptResize.forEach_bicubic(outAllocation, options) in intrinsicResize()
64 scriptResize.forEach_bicubic(outAllocation) in intrinsicResize()
108 scriptResize.forEach_bicubic(outAllocation, options) in intrinsicResize()
110 scriptResize.forEach_bicubic(outAllocation) in intrinsicResize()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DResize.java74 mIntrinsic.forEach_bicubic(mOutPixelsAllocation); in runTest()
76 mScript.forEach_bicubic(mOutPixelsAllocation); in runTest()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DResize.java74 mIntrinsic.forEach_bicubic(mOutPixelsAllocation); in runTest()
76 mScript.forEach_bicubic(mOutPixelsAllocation); in runTest()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DResize.java59 mScript.forEach_bicubic(mOutPixelsAllocation); in runTest()
/frameworks/rs/cpp/
DScriptIntrinsics.cpp589 void ScriptIntrinsicResize::forEach_bicubic(const sp<Allocation>& aout) { in forEach_bicubic() function in ScriptIntrinsicResize
DrsCppStructs.h4168 void forEach_bicubic(const sp<Allocation>& aout);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26724 method public void forEach_bicubic(android.renderscript.Allocation);
26725 …method public void forEach_bicubic(android.renderscript.Allocation, android.renderscript.Script.La…
/frameworks/base/core/api/
Dcurrent.txt39176 method @Deprecated public void forEach_bicubic(android.renderscript.Allocation);
39177 …method @Deprecated public void forEach_bicubic(android.renderscript.Allocation, android.renderscri…