| /frameworks/base/rs/java/android/renderscript/ | 
| D | ScriptIntrinsicBlend.java | 48     private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in blend() 64     public void forEachClear(Allocation ain, Allocation aout) {  in forEachClear() 75     public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in forEachClear() 95     public void forEachSrc(Allocation ain, Allocation aout) {  in forEachSrc() 106     public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in forEachSrc() 127     public void forEachDst(Allocation ain, Allocation aout) {  in forEachDst() 140     public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in forEachDst() 159     public void forEachSrcOver(Allocation ain, Allocation aout) {  in forEachSrcOver() 170     public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in forEachSrcOver() 189     public void forEachDstOver(Allocation ain, Allocation aout) {  in forEachDstOver() [all …] 
 | 
| D | ScriptIntrinsicHistogram.java | 72     public void forEach(Allocation ain) {  in forEach() 90     public void forEach(Allocation ain, Script.LaunchOptions opt) {  in forEach() 176     public void forEach_Dot(Allocation ain) {  in forEach_Dot() 191     public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) {  in forEach_Dot()
  | 
| D | ScriptIntrinsic3DLUT.java | 90     public void forEach(Allocation ain, Allocation aout) {  in forEach() 102     public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in forEach()
  | 
| D | ScriptIntrinsicLUT.java | 133     public void forEach(Allocation ain, Allocation aout) {  in forEach() 145     public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in forEach()
  | 
| D | ScriptIntrinsicColorMatrix.java | 229     public void forEach(Allocation ain, Allocation aout) {  in forEach() 249     public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in forEach()
  | 
| D | ScriptIntrinsicYuvToRGB.java | 62     public void setInput(Allocation ain) {  in setInput()
  | 
| D | ScriptIntrinsicResize.java | 57     public void setInput(Allocation ain) {  in setInput()
  | 
| D | ScriptIntrinsicConvolve5x5.java | 78     public void setInput(Allocation ain) {  in setInput()
  | 
| D | ScriptIntrinsicBlur.java | 64     public void setInput(Allocation ain) {  in setInput()
  | 
| D | ScriptIntrinsicConvolve3x3.java | 78     public void setInput(Allocation ain) {  in setInput()
  | 
| D | Script.java | 175     protected void forEach(int slot, Allocation ain, Allocation aout,  in forEach() 184     protected void forEach(int slot, Allocation ain, Allocation aout,  in forEach()
  | 
| /frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/ | 
| D | Benchmark.java | 25     private Allocation ain;  field in Benchmark
  | 
| /frameworks/rs/tests/cpp_api/cpp-globalguard/ | 
| D | compute.cpp | 26 sp<Allocation> ain;  variable
  | 
| /frameworks/rs/tests/cpp_api/cppallocation/ | 
| D | compute.cpp | 33     sp<Allocation> ain = Allocation::createTyped(rs, t);  in main()  local
  | 
| /frameworks/rs/tests/cpp_api/cppstrided/ | 
| D | compute.cpp | 35     sp<Allocation> ain = Allocation::createTyped(rs, t);  in main()  local
  | 
| /frameworks/rs/cpp/ | 
| D | ScriptIntrinsics.cpp | 58 void ScriptIntrinsic3DLUT::forEach(const sp<Allocation>& ain, const sp<Allocation>& aout) {  in forEach() 480 void ScriptIntrinsicHistogram::forEach(const sp<Allocation>& ain) {  in forEach() 499 void ScriptIntrinsicHistogram::forEach_dot(const sp<Allocation>& ain) {  in forEach_dot() 536 void ScriptIntrinsicLUT::forEach(const sp<Allocation>& ain, const sp<Allocation>& aout) {  in forEach() 600 void ScriptIntrinsicResize::setInput(const sp<Allocation>& ain) {  in setInput()
  | 
| D | Script.cpp | 28 void Script::forEach(uint32_t slot, const sp<const Allocation>& ain, const sp<const Allocation>& ao…  in forEach()
  | 
| /frameworks/rs/cpu_ref/ | 
| D | rsCpuIntrinsicBLAS.cpp | 63 static void initABC(const Allocation ** ain,  in initABC() 87 static void setupGEMM(MTLaunchStructForEachBlas *mtls, const Allocation **ain, RsBlasCall* call,  in setupGEMM() 156     const Allocation *ain[RS_KERNEL_INPUT_LIMIT];  in walk_tiled_gemm()  local 237                                               const Allocation ** ain,  in invokeForEach()
  | 
| D | rsCpuScriptGroup.cpp | 152             Allocation *ain = nullptr;  in execute()  local
  | 
| /frameworks/rs/tests/cpp_api/latency/ | 
| D | latency.cpp | 70     sp<Allocation> ain = Allocation::createTyped(rs, t);  in main()  local
  | 
| /frameworks/rs/tests/cpp_api/cppbasic-getpointer/ | 
| D | compute.cpp | 35 …sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USA…  in test_compute()  local
  | 
| /frameworks/rs/tests/cpp_api/cppbasic-shared/ | 
| D | compute.cpp | 31         sp<Allocation> ain = Allocation::createTyped(rs, t);  in test_compute()  local
  | 
| /frameworks/rs/tests/cpp_api/cppbasic/ | 
| D | compute.cpp | 31         sp<Allocation> ain = Allocation::createTyped(rs, t);  in test_compute()  local
  | 
| /frameworks/rs/support/java/src/androidx/renderscript/ | 
| D | Script.java | 47     long getDummyAlloc(Allocation ain) {  in getDummyAlloc() 250     protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {  in forEach() 287 …protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc)…  in forEach()
  | 
| /frameworks/rs/driver/ | 
| D | rsdBcc.cpp | 71                             const Allocation * ain,  in rsdScriptInvokeForEach()
  |