Searched refs:aout (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/base/graphics/java/android/renderscript/
H A DScriptIntrinsicBlend.java43 private void blend(int id, Allocation ain, Allocation aout) { argument
47 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
50 forEach(id, ain, aout, null);
57 * @param aout The destination buffer
59 public void forEachClear(Allocation ain, Allocation aout) { argument
60 blend(0, ain, aout);
77 * @param aout The destination buffer
79 public void forEachSrc(Allocation ain, Allocation aout) { argument
80 blend(1, ain, aout);
98 * @param aout Th
100 forEachDst(Allocation ain, Allocation aout) argument
119 forEachSrcOver(Allocation ain, Allocation aout) argument
138 forEachDstOver(Allocation ain, Allocation aout) argument
157 forEachSrcIn(Allocation ain, Allocation aout) argument
176 forEachDstIn(Allocation ain, Allocation aout) argument
195 forEachSrcOut(Allocation ain, Allocation aout) argument
214 forEachDstOut(Allocation ain, Allocation aout) argument
234 forEachSrcAtop(Allocation ain, Allocation aout) argument
254 forEachDstAtop(Allocation ain, Allocation aout) argument
273 forEachXor(Allocation ain, Allocation aout) argument
302 forEachMultiply(Allocation ain, Allocation aout) argument
398 forEachAdd(Allocation ain, Allocation aout) argument
417 forEachSubtract(Allocation ain, Allocation aout) argument
[all...]
H A DScriptIntrinsicYuvToRGB.java65 * @param aout Output allocation. Must match creation element
68 public void forEach(Allocation aout) { argument
69 forEach(0, null, aout, null);
H A DScriptIntrinsic3DLUT.java83 * and copy to aout.
86 * @param aout Output allocation
88 public void forEach(Allocation ain, Allocation aout) { argument
89 forEach(0, ain, aout, null);
H A DScriptIntrinsicColorMatrix.java225 * @param aout Output allocation
227 public void forEach(Allocation ain, Allocation aout) { argument
240 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
241 !aout.getElement().isCompatible(Element.U8_2(mRS)) &&
242 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
243 !aout.getElement().isCompatible(Element.U8_4(mRS)) &&
244 !aout.getElement().isCompatible(Element.F32(mRS)) &&
245 !aout.getElement().isCompatible(Element.F32_2(mRS)) &&
246 !aout.getElement().isCompatible(Element.F32_3(mRS)) &&
247 !aout
[all...]
H A DScriptIntrinsicBlur.java87 * @param aout Output allocation. Must match creation element
90 public void forEach(Allocation aout) { argument
91 forEach(0, null, aout, null);
H A DScriptIntrinsicConvolve3x3.java107 * @param aout Output allocation. Must match creation element
110 public void forEach(Allocation aout) { argument
111 forEach(0, null, aout, null);
H A DScriptIntrinsicConvolve5x5.java108 * @param aout Output allocation. Must match creation element
111 public void forEach(Allocation aout) { argument
112 forEach(0, null, aout, null);
H A DScriptIntrinsicLUT.java122 * and copy to aout.
125 * @param aout Output allocation
127 public void forEach(Allocation ain, Allocation aout) { argument
132 forEach(0, ain, aout, null);
H A DScript.java130 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { argument
131 if (ain == null && aout == null) {
133 "At least one of ain or aout is required to be non-null.");
140 if (aout != null) {
141 out_id = aout.getID(mRS);
154 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) { argument
155 if (ain == null && aout == null) {
157 "At least one of ain or aout is required to be non-null.");
161 forEach(slot, ain, aout, v);
169 if (aout !
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlend.java48 private void blend(int id, Allocation ain, Allocation aout) { argument
52 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
55 forEach(id, ain, aout, null);
62 * @param aout The destination buffer
64 public void forEachClear(Allocation ain, Allocation aout) { argument
65 blend(0, ain, aout);
82 * @param aout The destination buffer
84 public void forEachSrc(Allocation ain, Allocation aout) { argument
85 blend(1, ain, aout);
103 * @param aout Th
105 forEachDst(Allocation ain, Allocation aout) argument
124 forEachSrcOver(Allocation ain, Allocation aout) argument
143 forEachDstOver(Allocation ain, Allocation aout) argument
162 forEachSrcIn(Allocation ain, Allocation aout) argument
181 forEachDstIn(Allocation ain, Allocation aout) argument
200 forEachSrcOut(Allocation ain, Allocation aout) argument
219 forEachDstOut(Allocation ain, Allocation aout) argument
239 forEachSrcAtop(Allocation ain, Allocation aout) argument
259 forEachDstAtop(Allocation ain, Allocation aout) argument
278 forEachXor(Allocation ain, Allocation aout) argument
307 forEachMultiply(Allocation ain, Allocation aout) argument
403 forEachAdd(Allocation ain, Allocation aout) argument
422 forEachSubtract(Allocation ain, Allocation aout) argument
[all...]
H A DScriptIntrinsicBlendThunker.java43 public void forEachClear(Allocation ain, Allocation aout) { argument
45 AllocationThunker aoutt = (AllocationThunker)aout;
64 public void forEachSrc(Allocation ain, Allocation aout) { argument
66 AllocationThunker aoutt = (AllocationThunker)aout;
85 public void forEachDst(Allocation ain, Allocation aout) { argument
87 AllocationThunker aoutt = (AllocationThunker)aout;
106 public void forEachSrcOver(Allocation ain, Allocation aout) { argument
108 AllocationThunker aoutt = (AllocationThunker)aout;
127 public void forEachDstOver(Allocation ain, Allocation aout) { argument
129 AllocationThunker aoutt = (AllocationThunker)aout;
148 forEachSrcIn(Allocation ain, Allocation aout) argument
169 forEachDstIn(Allocation ain, Allocation aout) argument
190 forEachSrcOut(Allocation ain, Allocation aout) argument
211 forEachDstOut(Allocation ain, Allocation aout) argument
232 forEachSrcAtop(Allocation ain, Allocation aout) argument
253 forEachDstAtop(Allocation ain, Allocation aout) argument
274 forEachXor(Allocation ain, Allocation aout) argument
295 forEachMultiply(Allocation ain, Allocation aout) argument
316 forEachAdd(Allocation ain, Allocation aout) argument
337 forEachSubtract(Allocation ain, Allocation aout) argument
[all...]
H A DScriptIntrinsicYuvToRGB.java70 * @param aout Output allocation. Must match creation element
73 public void forEach(Allocation aout) { argument
74 forEach(0, null, aout, null);
H A DScript.java224 * @param aout
227 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { argument
229 mT.thunkForEach(slot, ain, aout, v);
233 if (ain == null && aout == null) {
235 "At least one of ain or aout is required to be non-null.");
242 if (aout != null) {
243 out_id = aout.getID(mRS);
257 * @param aout
261 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) { argument
263 mT.thunkForEach(slot, ain, aout,
[all...]
H A DScriptIntrinsic3DLUT.java90 * and copy to aout.
93 * @param aout Output allocation
95 public void forEach(Allocation ain, Allocation aout) { argument
96 forEach(0, ain, aout, null);
H A DScriptIntrinsicBlur.java91 * @param aout Output allocation. Must match creation element
94 public void forEach(Allocation aout) { argument
95 forEach(0, null, aout, null);
H A DScriptIntrinsicConvolve3x3.java102 * @param aout Output allocation. Must match creation element
105 public void forEach(Allocation aout) { argument
106 forEach(0, null, aout, null);
H A DScriptIntrinsicConvolve5x5.java98 * @param aout Output allocation. Must match creation element
101 public void forEach(Allocation aout) { argument
102 forEach(0, null, aout, null);
/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
H A DBenchmark.java26 private Allocation aout; field in class:Benchmark
32 aout = Allocation.createSized(rs, Element.U32(mRS), 10000);
42 mScript.forEach_root(ain, aout);
43 aout.copy1DRangeFrom(0, 1, temp);
50 mScript.set_out(aout);
54 aout.copy1DRangeFrom(0, 1, temp);
/frameworks/rs/tests/cppallocation/
H A Dcompute.cpp34 sp<Allocation> aout = Allocation::createTyped(rs, t); local
45 sc->forEach_multiply(ain, aout);
47 aout->copy1DRangeTo(0, numElems, buf);
62 aout.clear();
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.cpp77 Allocation * aout, const void * usr,
82 Allocation * aout, const void * usr,
88 Allocation * aout,
94 preLaunch(slot, ain, aout, usr, usrLen, sc);
96 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
104 mCtx->launchThreads(ain, aout, sc, &mtls);
107 postLaunch(slot, ain, aout, usr, usrLen, sc);
76 preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
81 postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
86 invokeForEach(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuIntrinsic.h35 Allocation * aout,
44 Allocation * aout, const void * usr,
47 Allocation * aout, const void * usr,
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp61 aout << "Currently running services:" << endl;
66 aout << " " << services[i] << endl;
79 aout << "------------------------------------------------------------"
81 aout << "DUMP OF SERVICE " << services[i] << ":" << endl;
/frameworks/rs/tests/cppstrided/
H A Dcompute.cpp36 sp<Allocation> aout = Allocation::createTyped(rs, t); local
54 sc->forEach_multiply(ain, aout);
56 aout->copy2DStridedTo(buf, stride * sizeof(uint32_t));
73 aout.clear();
/frameworks/rs/tests/latency/
H A Dlatency.cpp71 sp<Allocation> aout = Allocation::createTyped(rs, t); local
80 sc->forEach_root(ain, aout);
95 sc->forEach_root(ain, aout);
96 aout->copy1DTo(buf);
110 aout.clear();
/frameworks/rs/cpp/
H A DScript.cpp29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout, argument
31 if ((ain == NULL) && (aout == NULL)) {
32 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "At least one of ain or aout is required to be non-null.");
35 void *out_id = BaseObj::getObjID(aout);

Completed in 802 milliseconds

123