Home
last modified time | relevance | path

Searched refs:aout (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlend.java76 blend(0, ain, aout, opt); in forEachClear()
96 forEachSrc(ain, aout, null); in forEachSrc()
107 blend(1, ain, aout, opt); in forEachSrc()
171 blend(3, ain, aout, opt); in forEachSrcOver()
201 blend(4, ain, aout, opt); in forEachDstOver()
231 blend(5, ain, aout, opt); in forEachSrcIn()
261 blend(6, ain, aout, opt); in forEachDstIn()
291 blend(7, ain, aout, opt); in forEachSrcOut()
321 blend(8, ain, aout, opt); in forEachDstOut()
353 blend(9, ain, aout, opt); in forEachSrcAtop()
[all …]
H A DScriptIntrinsicColorMatrix.java229 public void forEach(Allocation ain, Allocation aout) { in forEach() argument
230 forEach(ain, aout, null); in forEach()
262 if (!aout.getElement().isCompatible(Element.U8(mRS)) && in forEach()
263 !aout.getElement().isCompatible(Element.U8_2(mRS)) && in forEach()
264 !aout.getElement().isCompatible(Element.U8_3(mRS)) && in forEach()
265 !aout.getElement().isCompatible(Element.U8_4(mRS)) && in forEach()
266 !aout.getElement().isCompatible(Element.F32(mRS)) && in forEach()
267 !aout.getElement().isCompatible(Element.F32_2(mRS)) && in forEach()
268 !aout.getElement().isCompatible(Element.F32_3(mRS)) && in forEach()
269 !aout.getElement().isCompatible(Element.F32_4(mRS))) { in forEach()
[all …]
H A DScriptIntrinsicBlur.java97 public void forEach(Allocation aout) { in forEach() argument
98 if (aout.getType().getY() == 0) { in forEach()
101 forEach(0, (Allocation) null, aout, null); in forEach()
112 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach() argument
113 if (aout.getType().getY() == 0) { in forEach()
116 forEach(0, (Allocation) null, aout, null, opt); in forEach()
H A DScript.java177 forEach(slot, ain, aout, v, null); in forEach()
189 mRS.validateObject(aout); in forEach()
203 if (aout != null) { in forEach()
204 out_id = aout.getID(mRS); in forEach()
234 forEach(slot, ains, aout, v, null); in forEach()
250 mRS.validateObject(aout); in forEach()
252 if (ains == null && aout == null) { in forEach()
268 if (aout != null) { in forEach()
269 out_id = aout.getID(mRS); in forEach()
302 if (aout == null) { in reduce()
[all …]
H A DScriptIntrinsicResize.java92 public void forEach_bicubic(Allocation aout) { in forEach_bicubic() argument
93 if (aout == mInput) { in forEach_bicubic()
96 forEach_bicubic(aout, null); in forEach_bicubic()
108 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { in forEach_bicubic() argument
109 forEach(0, (Allocation) null, aout, null, opt); in forEach_bicubic()
H A DScriptIntrinsic3DLUT.java90 public void forEach(Allocation ain, Allocation aout) { in forEach() argument
91 forEach(ain, aout, null); in forEach()
102 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach() argument
103 forEach(0, ain, aout, null, opt); in forEach()
H A DScriptIntrinsicConvolve3x3.java111 public void forEach(Allocation aout) { in forEach() argument
112 forEach(0, (Allocation) null, aout, null); in forEach()
123 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach() argument
124 forEach(0, (Allocation) null, aout, null, opt); in forEach()
H A DScriptIntrinsicConvolve5x5.java113 public void forEach(Allocation aout) { in forEach() argument
114 forEach(0, (Allocation) null, aout, null); in forEach()
125 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach() argument
126 forEach(0, (Allocation) null, aout, null, opt); in forEach()
H A DScriptIntrinsicLUT.java133 public void forEach(Allocation ain, Allocation aout) { in forEach() argument
134 forEach(ain, aout, null); in forEach()
145 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach() argument
150 forEach(0, ain, aout, null, opt); in forEach()
H A DScriptIntrinsicYuvToRGB.java73 public void forEach(Allocation aout) { in forEach() argument
74 forEach(0, (Allocation) null, aout, null); in forEach()
H A DScriptIntrinsicHistogram.java142 public void setOutput(Allocation aout) { in setOutput() argument
143 mOut = aout; in setOutput()
162 setVar(1, aout); in setOutput()
H A DRenderScript.java753 long aout, byte[] params, int[] limits); in rsnScriptForEach() argument
755 synchronized void nScriptForEach(long id, int slot, long[] ains, long aout, in nScriptForEach() argument
758 rsnScriptForEach(mContext, id, slot, ains, aout, params, limits); in nScriptForEach()
762 long aout, int[] limits); in rsnScriptReduce() argument
763 synchronized void nScriptReduce(long id, int slot, long ains[], long aout, in nScriptReduce() argument
766 rsnScriptReduce(mContext, id, slot, ains, aout, limits); in nScriptReduce()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1990 jlongArray ains, jlong aout, jbyteArray params, in nScriptForEach() argument
1994 …p), s(%p), slot(%i) ains(%p) aout(%" PRId64 ")", (RsContext)con, (void *)script, slot, ains, aout); in nScriptForEach()
2085 in_allocs, in_len, (RsAllocation)aout, in nScriptForEach()
2103 jlongArray ains, jlong aout, jintArray limits) in nScriptReduce() argument
2106 …p), s(%p), slot(%i) ains(%p) aout(%" PRId64 ")", (RsContext)con, (void *)script, slot, ains, aout); in nScriptReduce()
2186 in_allocs, in_len, (RsAllocation)aout, in nScriptReduce()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...