Searched refs:forEachSrc (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 90 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() method in ScriptIntrinsicBlend 91 forEachSrc(ain, aout, null); in forEachSrc() 101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc() method in ScriptIntrinsicBlend
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 124 mBlend.forEachSrc(image1, image2); in runTest()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBlend.java | 90 public void forEachSrc(Allocation ain, Allocation aout) {
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 131 mBlend.forEachSrc(image1, image2); in runTest()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 132 mBlend.forEachSrc(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 90 void ScriptIntrinsicBlend::forEachSrc(sp<Allocation> in, sp<Allocation> out) { in forEachSrc() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 1537 void forEachSrc(sp<Allocation> in, sp<Allocation> out);
|
/frameworks/support/v8/renderscript/api/ |
D | 23.txt | 838 …method public void forEachSrc(android.support.v8.renderscript.Allocation, android.support.v8.rende…
|
D | current.txt | 838 …method public void forEachSrc(android.support.v8.renderscript.Allocation, android.support.v8.rende…
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 364 NO DOC BLOCK: android.renderscript.ScriptIntrinsicBlend Method forEachSrc(android.renderscript.Allo…
|
/frameworks/base/api/ |
D | current.txt | 28029 method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation); 28030 …method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation, an…
|
D | system-current.txt | 30088 method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation); 30089 …method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation, an…
|