/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 | ScriptIntrinsicHistogram.java | 69 public void forEach(Allocation ain) { in forEach() 87 public void forEach(Allocation ain, Script.LaunchOptions opt) { in forEach() 171 public void forEach_Dot(Allocation ain) { in forEach_Dot() 186 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { in forEach_Dot()
|
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 | 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 | 57 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicResize.java | 50 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicBlur.java | 60 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 74 public void setInput(Allocation ain) { in setInput()
|
/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 | 62 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsic3DLUT.java | 95 public void forEach(Allocation ain, Allocation aout) { in forEach()
|
D | ScriptIntrinsicBlur.java | 68 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 66 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicYuvToRGBThunker.java | 46 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicConvolve3x3.java | 72 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsic3DLUTThunker.java | 66 public void forEach(Allocation ain, Allocation aout) { in forEach()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic.cpp | 76 void RsdCpuScriptIntrinsic::preLaunch(uint32_t slot, const Allocation * ain, in preLaunch() 81 void RsdCpuScriptIntrinsic::postLaunch(uint32_t slot, const Allocation * ain, in postLaunch() 87 const Allocation * ain, in invokeForEach()
|
D | rsCpuScript.cpp | 792 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation * ain, Allocation * aout, in forEachMtlsSetup() 915 const Allocation* ain = ains[index]; in forEachMtlsSetup() local 1024 const Allocation *ain = ains[index]; in forEachMtlsSetup() local 1047 const Allocation * ain, in invokeForEach() 1341 void RsdCpuScriptImpl::preLaunch(uint32_t slot, const Allocation * ain, in preLaunch() 1347 void RsdCpuScriptImpl::postLaunch(uint32_t slot, const Allocation * ain, in postLaunch()
|
/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/ |
D | Benchmark.java | 25 private Allocation ain; field in Benchmark
|
/frameworks/rs/tests/cppallocation/ |
D | compute.cpp | 33 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/tests/cppstrided/ |
D | compute.cpp | 35 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/tests/cppbasic-getpointer/ |
D | compute.cpp | 38 …sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USA… in test_compute() local
|
/frameworks/rs/tests/latency/ |
D | latency.cpp | 70 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
|