/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() 173 public void forEach_Dot(Allocation ain) { in forEach_Dot() 188 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 | 52 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicBlur.java | 61 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 74 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicConvolve3x3.java | 74 public void setInput(Allocation ain) { in setInput()
|
D | Script.java | 171 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach() 180 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach()
|
/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/cpp/ |
D | ScriptIntrinsics.cpp | 48 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) { in forEach() 470 void ScriptIntrinsicHistogram::forEach(sp<Allocation> ain) { in forEach() 489 void ScriptIntrinsicHistogram::forEach_dot(sp<Allocation> ain) { in forEach_dot() 526 void ScriptIntrinsicLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) { in forEach() 590 void ScriptIntrinsicResize::setInput(sp<Allocation> ain) { in setInput()
|
D | Script.cpp | 29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout, in forEach()
|
/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
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 70 static void initABC(const Allocation ** ain, in initABC() 96 const Allocation ** ain, in invokeForEach()
|
D | rsCpuScriptGroup.cpp | 154 Allocation *ain = nullptr; in execute() local
|
/frameworks/rs/tests/cppbasic-shared/ |
D | compute.cpp | 34 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute() local
|
/frameworks/rs/tests/cppbasic/ |
D | compute.cpp | 34 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute() local
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Script.java | 42 long getDummyAlloc(Allocation ain) { in getDummyAlloc() 245 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { in forEach() 282 …protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc)… in forEach()
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 72 const Allocation * ain, in rsdScriptInvokeForEach()
|
/frameworks/rs/ |
D | rsScriptGroup.cpp | 335 Allocation *ain = NULL; in execute() local
|