OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forEachDstOver
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBlend.java
184
public void
forEachDstOver
(Allocation ain, Allocation aout) {
185
forEachDstOver
(ain, aout, null);
195
public void
forEachDstOver
(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
/cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlendTest.java
81
blend.
forEachDstOver
(rsInput, rsOutput);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java
141
mBlend.
forEachDstOver
(image1, image2);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blend.java
133
mBlend.
forEachDstOver
(image1, image2);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java
140
mBlend.
forEachDstOver
(image1, image2);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlend.java
149
public void
forEachDstOver
(Allocation ain, Allocation aout) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java
131
mBlend.
forEachDstOver
(src, dst);
173
mBlend.
forEachDstOver
(src, dst, opt);
/cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp
346
blend->
forEachDstOver
(inputAlloc, outputAlloc);
/frameworks/rs/cpp/
ScriptIntrinsics.cpp
114
void ScriptIntrinsicBlend::
forEachDstOver
(sp<Allocation> in, sp<Allocation> out) {
rsCppStructs.h
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/20/
android.jar
Completed in 1202 milliseconds