Searched refs:forEachXor (Results 1 - 8 of 8) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlend.java278 public void forEachXor(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend
H A DScriptIntrinsicBlendThunker.java274 public void forEachXor(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlendThunker
279 mN.forEachXor(aint.getNObj(), aoutt.getNObj());
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp169 void ScriptIntrinsicBlend::forEachXor(sp<Allocation> in, sp<Allocation> out) { function in class:ScriptIntrinsicBlend
H A DrsCppStructs.h1525 void forEachXor(sp<Allocation> in, sp<Allocation> out);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java162 mBlend.forEachXor(image1, image2);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlend.java154 mBlend.forEachXor(image1, image2);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java161 mBlend.forEachXor(image1, image2);
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlend.java398 public void forEachXor(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend
399 forEachXor(ain, aout, null);
409 public void forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicBlend

Completed in 82 milliseconds