/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 | 81 public void forEach_bicubic(Allocation aout) { in forEach_bicubic() 97 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { in forEach_bicubic()
|
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 | ScriptIntrinsicConvolve5x5.java | 109 public void forEach(Allocation aout) { in forEach() 121 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicBlur.java | 86 public void forEach(Allocation aout) { in forEach() 98 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicConvolve3x3.java | 108 public void forEach(Allocation aout) { in forEach() 120 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicLUT.java | 124 public void forEach(Allocation ain, Allocation aout) { in forEach() 136 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()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBlend.java | 48 private void blend(int id, Allocation ain, Allocation aout) { in blend() 64 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() 84 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() 105 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() 124 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() 143 public void forEachDstOver(Allocation ain, Allocation aout) { in forEachDstOver() 162 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() 181 public void forEachDstIn(Allocation ain, Allocation aout) { in forEachDstIn() 200 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() 219 public void forEachDstOut(Allocation ain, Allocation aout) { in forEachDstOut() [all …]
|
D | ScriptIntrinsicBlendThunker.java | 43 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() 64 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() 85 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() 106 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() 127 public void forEachDstOver(Allocation ain, Allocation aout) { in forEachDstOver() 148 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() 169 public void forEachDstIn(Allocation ain, Allocation aout) { in forEachDstIn() 190 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() 211 public void forEachDstOut(Allocation ain, Allocation aout) { in forEachDstOut() 232 public void forEachSrcAtop(Allocation ain, Allocation aout) { in forEachSrcAtop() [all …]
|
D | ScriptIntrinsicYuvToRGB.java | 73 public void forEach(Allocation aout) { in forEach()
|
D | ScriptIntrinsic3DLUT.java | 95 public void forEach(Allocation ain, Allocation aout) { in forEach()
|
D | ScriptIntrinsicConvolve5x5.java | 101 public void forEach(Allocation aout) { in forEach()
|
D | ScriptIntrinsicBlur.java | 94 public void forEach(Allocation aout) { in forEach()
|
D | ScriptIntrinsicYuvToRGBThunker.java | 55 public void forEach(Allocation aout) { in forEach()
|
D | ScriptIntrinsicConvolve3x3.java | 105 public void forEach(Allocation aout) { in forEach()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic.cpp | 77 Allocation * aout, const void * usr, in preLaunch() 82 Allocation * aout, const void * usr, in postLaunch() 88 Allocation * aout, in invokeForEach() 113 Allocation * aout, in invokeForEachMulti()
|
D | rsCpuScript.cpp | 797 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation * ain, Allocation * aout, in forEachMtlsSetup() 910 Allocation * aout, in forEachMtlsSetup() 1053 Allocation * aout, in invokeForEach() 1070 Allocation * aout, in invokeForEachMulti() 1347 Allocation * aout, const void * usr, in preLaunch() 1353 Allocation * aout, const void * usr, in postLaunch()
|
/frameworks/rs/ |
D | rsScriptIntrinsic.cpp | 62 Allocation * aout, in runForEach() 74 Allocation* aout, in runForEach()
|
D | rsScriptC.cpp | 160 Allocation * aout, in runForEach() 191 Allocation * aout, in runForEach()
|
/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/ |
D | Benchmark.java | 26 private Allocation aout; field in Benchmark
|
/frameworks/rs/tests/cppallocation/ |
D | compute.cpp | 34 sp<Allocation> aout = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/tests/cppstrided/ |
D | compute.cpp | 36 sp<Allocation> aout = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/tests/cppbasic-getpointer/ |
D | compute.cpp | 39 …sp<Allocation> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_US… in test_compute() local
|