HomeSort by relevance Sort by last modified time
    Searched refs:aout (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicBlend.java 43 private void blend(int id, Allocation ain, Allocation aout) {
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) {
60 blend(0, ain, aout);
77 * @param aout The destination buffer
79 public void forEachSrc(Allocation ain, Allocation aout) {
80 blend(1, ain, aout);
98 * @param aout The destination buffe
    [all...]
ScriptIntrinsicYuvToRGB.java 65 * @param aout Output allocation. Must match creation element
68 public void forEach(Allocation aout) {
69 forEach(0, null, aout, null);
ScriptIntrinsic3DLUT.java 83 * and copy to aout.
86 * @param aout Output allocation
88 public void forEach(Allocation ain, Allocation aout) {
89 forEach(0, ain, aout, null);
ScriptIntrinsicConvolve5x5.java 94 * @param aout Output allocation. Must match creation element
97 public void forEach(Allocation aout) {
98 forEach(0, null, aout, null);
ScriptIntrinsicBlur.java 87 * @param aout Output allocation. Must match creation element
90 public void forEach(Allocation aout) {
91 forEach(0, null, aout, null);
ScriptIntrinsicConvolve3x3.java 97 * @param aout Output allocation. Must match creation element
100 public void forEach(Allocation aout) {
101 forEach(0, null, aout, null);
ScriptIntrinsicLUT.java 122 * and copy to aout.
125 * @param aout Output allocation
127 public void forEach(Allocation ain, Allocation aout) {
132 forEach(0, ain, aout, null);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlend.java 48 private void blend(int id, Allocation ain, Allocation aout) {
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) {
65 blend(0, ain, aout);
82 * @param aout The destination buffer
84 public void forEachSrc(Allocation ain, Allocation aout) {
85 blend(1, ain, aout);
103 * @param aout The destination buffe
    [all...]
ScriptIntrinsicBlendThunker.java 39 public void forEachClear(Allocation ain, Allocation aout) {
41 AllocationThunker aoutt = (AllocationThunker)aout;
52 public void forEachSrc(Allocation ain, Allocation aout) {
54 AllocationThunker aoutt = (AllocationThunker)aout;
65 public void forEachDst(Allocation ain, Allocation aout) {
67 AllocationThunker aoutt = (AllocationThunker)aout;
78 public void forEachSrcOver(Allocation ain, Allocation aout) {
80 AllocationThunker aoutt = (AllocationThunker)aout;
91 public void forEachDstOver(Allocation ain, Allocation aout) {
93 AllocationThunker aoutt = (AllocationThunker)aout;
    [all...]
ScriptIntrinsicYuvToRGB.java 70 * @param aout Output allocation. Must match creation element
73 public void forEach(Allocation aout) {
74 forEach(0, null, aout, null);
Script.java 224 * @param aout
227 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {
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) {
263 mT.thunkForEach(slot, ain, aout, v, sc)
    [all...]
ScriptIntrinsic3DLUT.java 90 * and copy to aout.
93 * @param aout Output allocation
95 public void forEach(Allocation ain, Allocation aout) {
96 forEach(0, ain, aout, null);
ScriptIntrinsic3DLUTThunker.java 53 * and copy to aout.
56 * @param aout Output allocation
58 public void forEach(Allocation ain, Allocation aout) {
60 AllocationThunker aoutt = (AllocationThunker)aout;
ScriptIntrinsicBlur.java 91 * @param aout Output allocation. Must match creation element
94 public void forEach(Allocation aout) {
95 forEach(0, null, aout, null);
ScriptIntrinsicBlurThunker.java 53 public void forEach(Allocation aout) {
54 AllocationThunker aoutt = (AllocationThunker) aout;
  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 26 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/
compute.cpp 34 sp<Allocation> aout = Allocation::createTyped(rs, t); local
45 sc->forEach_multiply(ain, aout);
47 aout->copy1DRangeTo(0, numElems, buf);
62 aout.clear();
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 57 aout << "Currently running services:" << endl;
62 aout << " " << services[i] << endl;
71 aout << "------------------------------------------------------------"
73 aout << "DUMP OF SERVICE " << services[i] << ":" << endl;
  /frameworks/rs/tests/cppstrided/
compute.cpp 36 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/
latency.cpp 67 sp<Allocation> aout = Allocation::createTyped(rs, t); local
76 sc->forEach_root(ain, aout);
91 sc->forEach_root(ain, aout);
92 aout->copy1DTo(buf);
106 aout.clear();
  /external/openssl/crypto/dh/
dhtest.c 103 int i,alen,blen,aout,bout,ret=1; local
168 aout=DH_compute_key(abuf,b->pub_key,a);
171 for (i=0; i<aout; i++)
189 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
  /frameworks/rs/cpp/
Script.cpp 29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
31 if ((ain == NULL) && (aout == NULL)) {
32 mRS->throwError("At least one of ain or aout is required to be non-null.");
35 void *out_id = BaseObj::getObjID(aout);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 78 Allocation * aout,
84 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
92 mCtx->launchThreads(ain, aout, sc, &mtls);
  /external/openssl/crypto/perlasm/
x86gas.pl 7 $::lbdecor=$::aout?"L":".L"; # local label decoration
8 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
13 $align=log($align)/log(2) if ($::aout);
14 $com_start="#" if ($::aout or $::coff);
111 elsif (($::aout and !$::pic) or $::macosx)
174 if ($::aout)
185 if (($::pic && ($::elf || $::aout)) || $::macosx)
237 elsif ($::aout)
  /frameworks/rs/
rsScriptIntrinsic.cpp 58 Allocation * aout,
63 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);

Completed in 2030 milliseconds

1 2 3 4 5 6