OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forEach_bicubic
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicResize.java
87
public void
forEach_bicubic
(Allocation aout) {
91
forEach_bicubic
(aout, null);
103
public void
forEach_bicubic
(Allocation aout, Script.LaunchOptions opt) {
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicResize.java
97
public void
forEach_bicubic
(Allocation aout) {
101
forEach_bicubic
(aout, null);
113
public void
forEach_bicubic
(Allocation aout, Script.LaunchOptions opt) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Resize.java
74
mIntrinsic.
forEach_bicubic
(mOutPixelsAllocation);
76
mScript.
forEach_bicubic
(mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Resize.java
74
mIntrinsic.
forEach_bicubic
(mOutPixelsAllocation);
76
mScript.
forEach_bicubic
(mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Resize.java
59
mScript.
forEach_bicubic
(mOutPixelsAllocation);
/cts/tests/tests/rscpp/src/android/cts/rscpp/
RSResizeTest.java
76
resize.
forEach_bicubic
(rsOutput);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicResize.java
47
si.
forEach_bicubic
(mAllocRef);
/cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp
428
resize->
forEach_bicubic
(outputAlloc);
/frameworks/rs/cpp/
ScriptIntrinsics.cpp
579
void ScriptIntrinsicResize::
forEach_bicubic
(sp<Allocation> aout) {
rsCppStructs.h
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
/prebuilts/sdk/20/
android.jar
Completed in 765 milliseconds