/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { in blend() 59 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() 70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear() 90 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() 101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc() 122 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() 135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDst() 154 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() 165 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver() 184 public void forEachDstOver(Allocation ain, Allocation aout) { in forEachDstOver() [all …]
|
D | ScriptIntrinsicResize.java | 87 public void forEach_bicubic(Allocation aout) { in forEach_bicubic() 103 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { in forEach_bicubic()
|
D | ScriptIntrinsicConvolve5x5.java | 109 public void forEach(Allocation aout) { in forEach() 121 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsic3DLUT.java | 86 public void forEach(Allocation ain, Allocation aout) { in forEach() 98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicBlur.java | 94 public void forEach(Allocation aout) { in forEach() 109 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicConvolve3x3.java | 107 public void forEach(Allocation aout) { in forEach() 119 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicLUT.java | 128 public void forEach(Allocation ain, Allocation aout) { in forEach() 140 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicColorMatrix.java | 224 public void forEach(Allocation ain, Allocation aout) { in forEach() 244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicYuvToRGB.java | 68 public void forEach(Allocation aout) { in forEach()
|
D | Script.java | 170 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach() 179 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach() 225 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() 235 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() 291 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce()
|
D | ScriptIntrinsicHistogram.java | 139 public void setOutput(Allocation aout) { in setOutput()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic.cpp | 77 uint32_t inLen, Allocation * aout, in preLaunch() 83 uint32_t inLen, Allocation * aout, in postLaunch() 91 Allocation * aout, in invokeForEach()
|
D | rsCpuScript.cpp | 557 const Allocation * aout, in reduceMtlsSetup() 628 Allocation * aout, in forEachMtlsSetup() 749 Allocation * aout, in invokeForEach() 767 Allocation *aout, in invokeReduce() 998 uint32_t inLen, Allocation * aout, in preLaunch() 1003 uint32_t inLen, Allocation * aout, in postLaunch()
|
/frameworks/rs/ |
D | rsScriptIntrinsic.cpp | 62 Allocation* aout, in runForEach() 73 Allocation *aout, const RsScriptCall *sc) { in runReduce()
|
D | rsScriptC.cpp | 175 Allocation * aout, in runForEach() 222 Allocation *aout, const RsScriptCall *sc) { in runReduce()
|
/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/ |
D | Benchmark.java | 26 private Allocation aout; field in Benchmark
|
/frameworks/rs/tests/cpp_api/cppallocation/ |
D | compute.cpp | 34 sp<Allocation> aout = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/tests/cpp_api/cpp-globalguard/ |
D | compute.cpp | 27 sp<Allocation> aout; variable
|
/frameworks/rs/tests/cpp_api/cppstrided/ |
D | compute.cpp | 36 sp<Allocation> aout = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 72 Allocation * aout, in rsdScriptInvokeForEach() 93 Allocation * aout, in rsdScriptInvokeForEachMulti() 129 Allocation *aout, in rsdScriptInvokeReduce()
|
/frameworks/rs/tests/cpp_api/cppbasic-getpointer/ |
D | compute.cpp | 36 …sp<Allocation> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_US… in test_compute() local
|
/frameworks/rs/tests/cpp_api/latency/ |
D | latency.cpp | 71 sp<Allocation> aout = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/tests/cpp_api/cppbasic/ |
D | compute.cpp | 32 sp<Allocation> aout = Allocation::createTyped(rs, t); in test_compute() local
|
/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
D | compute.cpp | 32 sp<Allocation> aout = Allocation::createTyped(rs, t); in test_compute() local
|
/frameworks/rs/cpp/ |
D | Script.cpp | 28 …d Script::forEach(uint32_t slot, const sp<const Allocation>& ain, const sp<const Allocation>& aout, in forEach()
|