Searched refs:forEach_bicubic (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicResize.java87 public void forEach_bicubic(Allocation aout) { method in class:ScriptIntrinsicResize
91 forEach_bicubic(aout, null);
103 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicResize
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicResize.java97 public void forEach_bicubic(Allocation aout) { method in class:ScriptIntrinsicResize
101 forEach_bicubic(aout, null);
113 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicResize
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DResize.java74 mIntrinsic.forEach_bicubic(mOutPixelsAllocation);
76 mScript.forEach_bicubic(mOutPixelsAllocation);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DResize.java74 mIntrinsic.forEach_bicubic(mOutPixelsAllocation);
76 mScript.forEach_bicubic(mOutPixelsAllocation);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DResize.java59 mScript.forEach_bicubic(mOutPixelsAllocation);
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp589 void ScriptIntrinsicResize::forEach_bicubic(const sp<Allocation>& aout) { function in class:ScriptIntrinsicResize
H A DrsCppStructs.h4168 void forEach_bicubic(const sp<Allocation>& aout);

Completed in 186 milliseconds