| /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 | ScriptIntrinsicResize.java | 92     public void forEach_bicubic(Allocation aout) {  in forEach_bicubic() 108     public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) {  in forEach_bicubic()
  | 
| 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 | ScriptIntrinsicConvolve5x5.java | 113     public void forEach(Allocation aout) {  in forEach() 125     public void forEach(Allocation aout, Script.LaunchOptions opt) {  in forEach()
  | 
| D | ScriptIntrinsicBlur.java | 97     public void forEach(Allocation aout) {  in forEach() 112     public void forEach(Allocation aout, Script.LaunchOptions opt) {  in forEach()
  | 
| D | ScriptIntrinsicConvolve3x3.java | 111     public void forEach(Allocation aout) {  in forEach() 123     public void forEach(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 | 73     public void forEach(Allocation aout) {  in forEach()
  | 
| 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() 230     protected void forEach(int slot, Allocation[] ains, Allocation aout,  in forEach() 240     protected void forEach(int slot, Allocation[] ains, Allocation aout,  in forEach() 296     protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) {  in reduce()
  | 
| D | ScriptIntrinsicHistogram.java | 142     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/cpp-globalguard/ | 
| D | compute.cpp | 27 sp<Allocation> aout;  variable
  | 
| /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/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/latency/ | 
| D | latency.cpp | 71     sp<Allocation> aout = Allocation::createTyped(rs, t);  in main()  local
  | 
| /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/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()
  | 
| /frameworks/rs/tests/cpp_api/cppbasic/ | 
| D | compute.cpp | 32         sp<Allocation> aout = Allocation::createTyped(rs, t);  in test_compute()  local
  |