Searched refs:aout (Results 26 - 50 of 63) sorted by relevance

123

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve3x3Thunker.java51 public void forEach(Allocation aout) { argument
52 AllocationThunker aoutt = (AllocationThunker)aout;
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);
H A DScriptIntrinsicConvolve5x5Thunker.java51 public void forEach(Allocation aout) { argument
52 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicLUTThunker.java57 public void forEach(Allocation ain, Allocation aout) { argument
59 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicYuvToRGBThunker.java47 public void forEach(Allocation aout) { argument
48 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicLUT.java128 * and copy to aout.
131 * @param aout Output allocation
133 public void forEach(Allocation ain, Allocation aout) { argument
138 forEach(0, ain, aout, null);
H A DScriptCThunker.java79 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { argument
86 if (aout != null) {
87 nout = ((AllocationThunker)aout).mN;
95 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v, argument
111 if (aout != null) {
112 nout = ((AllocationThunker)aout).mN;
H A DScriptIntrinsicColorMatrix.java151 * aout.
154 * @param aout Output allocation
156 public void forEach(Allocation ain, Allocation aout) { argument
157 forEach(0, ain, aout, null);
H A DRenderScript.java454 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params); argument
455 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout); argument
456 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, argument
458 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, argument
460 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) { argument
463 rsnScriptForEach(mContext, id, slot, ain, aout);
465 rsnScriptForEach(mContext, id, slot, ain, aout, params);
469 synchronized void nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, argument
473 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
475 rsnScriptForEachClipped(mContext, id, slot, ain, aout, param
[all...]
/frameworks/base/graphics/java/android/renderscript/
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...]
H A DScriptIntrinsicColorMatrix.java146 * aout.
149 * @param aout Output allocation
151 public void forEach(Allocation ain, Allocation aout) { argument
152 forEach(0, ain, aout, null);
/frameworks/rs/
H A DrsScriptIntrinsic.h46 Allocation * aout,
H A DrsScriptC.h50 Allocation * aout,
H A DrsScript.h112 Allocation * aout,
H A DrsScriptGroup.cpp298 Allocation *aout = NULL; local
315 aout = n->mOutputs[ct3]->mAlloc.get();
316 //ALOGE(" link out %p", aout);
321 aout = mOutputs[ct3]->mAlloc.get();
322 //ALOGE(" io out %p", aout);
326 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
/frameworks/rs/tests/cppbasic/
H A Dcompute.cpp32 sp<Allocation> aout = Allocation::createTyped(rs, t); local
33 printf("Allocation %p %p\n", ain.get(), aout.get());
55 sc->forEach_root(ain, aout);
100 aout.clear();
/frameworks/native/cmds/service/
H A Dservice.cpp95 aout << "Service " << argv[optind] <<
105 aout << "Found " << services.size() << " services:" << endl;
109 aout << i
238 aout << "Result: " << reply << endl;
261 aout << "Usage: service [-h|-?]\n"
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h58 Allocation * aout; member in struct:android::renderscript::__anon1572
96 void launchThreads(const Allocation * ain, Allocation * aout,
H A DrsCpuScript.h57 Allocation * aout,
77 void forEachMtlsSetup(const Allocation * ain, Allocation * aout,
H A DrsCpuIntrinsic.h35 Allocation * aout,
H A DrsCpuScript.cpp467 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation * ain, Allocation * aout, argument
479 if (aout && (const uint8_t *)aout->mHal.drvState.lod[0].mallocPtr == NULL) {
489 } else if (aout) {
490 mtls->fep.dimX = aout->getType()->getDimX();
491 mtls->fep.dimY = aout->getType()->getDimY();
492 mtls->fep.dimZ = aout->getType()->getDimZ();
493 //mtls->dimArray = aout->getType()->getDimArray();
541 mtls->aout = aout;
567 invokeForEach(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
[all...]
H A DrsCpuScriptGroup.cpp130 Allocation *aout = NULL; local
150 aout = n->mOutputs[ct3]->mAlloc.get();
154 //ALOGE(" link out %p", aout);
159 aout = mSG->mOutputs[ct3]->mAlloc.get();
161 //ALOGE(" io out %p", aout);
165 if ((k->mHasKernelOutput == (aout != NULL)) &&
169 outs.add(aout);
H A Drsd_cpu.h70 Allocation * aout,
/frameworks/native/libs/utils/
H A DStatic.cpp88 TextOutput& aout(gStdoutTextOutput);
/frameworks/rs/driver/
H A DrsdBcc.h41 android::renderscript::Allocation * aout,

Completed in 240 milliseconds

123