Searched refs:aout (Results 51 - 71 of 71) sorted by relevance

123

/frameworks/rs/driver/
H A DrsdBcc.cpp71 Allocation * aout,
77 cs->invokeForEach(slot, ain, aout, usr, usrLen, sc);
85 Allocation * aout,
91 cs->invokeForEachMulti(slot, ains, inLen, aout, usr, usrLen, sc);
67 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, size_t usrLen, const RsScriptCall *sc) argument
80 rsdScriptInvokeForEachMulti(const Context *rsc, Script *s, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation * aout, const void * usr, size_t usrLen, const RsScriptCall *sc) argument
H A DrsdBcc.h41 android::renderscript::Allocation * aout,
51 android::renderscript::Allocation * aout,
/frameworks/rs/cpu_ref/
H A Drsd_cpu.h74 Allocation * aout,
82 Allocation * aout,
H A DrsCpuIntrinsicHistogram.cpp40 Allocation * aout, const void * usr,
43 Allocation * aout, const void * usr,
101 Allocation * aout, const void * usr,
146 Allocation * aout, const void * usr,
100 preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
145 postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuIntrinsicResize.cpp39 Allocation * aout, const void * usr,
308 Allocation * aout, const void * usr,
332 scaleX = (float)srcWidth / aout->mHal.drvState.lod[0].dimX;
333 scaleY = (float)srcHeight / aout->mHal.drvState.lod[0].dimY;
307 preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuIntrinsicColorMatrix.cpp172 virtual void preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout,
174 virtual void postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout,
941 uint32_t slot, const Allocation * ain, Allocation * aout,
945 const Element *eout = aout->mHal.state.type->getElement();
962 aout->mHal.state.type->getElement());
1005 uint32_t slot, const Allocation * ain, Allocation * aout,
H A DrsCpuCore.cpp410 void RsdCpuReferenceImpl::launchThreads(const Allocation * ain, Allocation * aout, argument
482 void RsdCpuReferenceImpl::launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout, argument
/frameworks/rs/
H A DrsScriptC.cpp160 Allocation * aout,
181 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
191 Allocation * aout,
213 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc);
157 runForEach(Context *rsc, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, size_t usrBytes, const RsScriptCall *sc) argument
187 runForEach(Context *rsc, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation * aout, const void * usr, size_t usrBytes, const RsScriptCall *sc) argument
H A DrsScriptGroup.cpp321 Allocation *aout = NULL; local
338 aout = n->mOutputs[ct3]->mAlloc.get();
339 //ALOGE(" link out %p", aout);
344 aout = mOutputs[ct3]->mAlloc.get();
345 //ALOGE(" io out %p", aout);
349 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
H A Drs_hal.h122 Allocation * aout,
157 Allocation * aout,
H A Drs.spec293 param RsAllocation aout
302 param RsAllocation aout
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java608 native void rsnScriptForEach(long con, long id, int slot, long ain, long aout, byte[] params); argument
609 native void rsnScriptForEach(long con, long id, int slot, long ain, long aout); argument
610 native void rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, byte[] params, argument
612 native void rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, argument
614 synchronized void nScriptForEach(long id, int slot, long ain, long aout, byte[] params) { argument
617 rsnScriptForEach(mContext, id, slot, ain, aout);
619 rsnScriptForEach(mContext, id, slot, ain, aout, params);
623 synchronized void nScriptForEachClipped(long id, int slot, long ain, long aout, byte[] params, argument
627 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
629 rsnScriptForEachClipped(mContext, id, slot, ain, aout, param
639 rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
642 rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
646 nScriptForEachMultiClipped(long id, int slot, long[] ains, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java541 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params); argument
542 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout); argument
543 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, argument
545 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, argument
547 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) { argument
550 rsnScriptForEach(mContext, id, slot, ain, aout);
552 rsnScriptForEach(mContext, id, slot, ain, aout, params);
556 synchronized void nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, argument
560 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
562 rsnScriptForEachClipped(mContext, id, slot, ain, aout, param
[all...]
/frameworks/native/include/binder/
H A DTextOutput.h58 extern TextOutput& aout;
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp47 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) { argument
49 aout->getType()->getElement()->isCompatible(mElement) == false) {
53 Script::forEach(0, ain, aout, NULL, 0);
527 void ScriptIntrinsicLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) { argument
533 !(aout->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) {
537 Script::forEach(0, ain, aout, NULL, 0);
H A DrsCppStructs.h1428 * @param[in] aout output Allocation
1430 void forEach(sp<Allocation> ain, sp<Allocation> aout);
1728 * @param[in] aout The output allocation
1730 void setOutput(sp<Allocation> aout);
1796 * copy to aout.
1799 * @param[in] aout Output allocation
1801 void forEach(sp<Allocation> ain, sp<Allocation> aout);
1865 * @param[in] aout Output allocation. Must match creation element
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1095 jlong script, jint slot, jlong ain, jlong aout)
1098 rsScriptForEach((RsContext)con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, NULL, 0);
1102 jlong script, jint slot, jlong ain, jlong aout, jbyteArray params)
1107 rsScriptForEach((RsContext)con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, NULL, 0);
1113 jlong script, jint slot, jlong ain, jlong aout,
1128 rsScriptForEach((RsContext)con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, &sc, sizeof(sc));
1133 jlong script, jint slot, jlong ain, jlong aout,
1150 rsScriptForEach((RsContext)con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, &sc, sizeof(sc));
1156 jlong script, jint slot, jlongArray ains, jlong aout,
1191 rsScriptForEachMulti((RsContext)con, (RsScript)script, slot, in_allocs, in_len, (RsAllocation)aout, NUL
1094 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout) argument
1101 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params) argument
1112 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1132 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1155 nScriptForEachMultiClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1201 nScriptForEachMultiClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp785 jint script, jint slot, jint ain, jint aout)
788 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, NULL, 0);
792 jint script, jint slot, jint ain, jint aout, jbyteArray params)
797 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, NULL, 0);
803 jint script, jint slot, jint ain, jint aout,
818 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, &sc, sizeof(sc));
823 jint script, jint slot, jint ain, jint aout,
840 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, &sc, sizeof(sc));
784 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
791 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
802 nScriptForEachClipped(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
822 nScriptForEachClippedV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp755 RSC::sp<RSC::Allocation> aout = RSC::Allocation::createTyped(mRs, t, local
762 mRsScript->forEach(aout);
/frameworks/base/tools/aapt/
H A DXMLNode.cpp1083 NOISY(aout << "String pool:"
1118 NOISY(aout << "XML resource:"
H A DResourceTable.cpp3210 NOISY(aout << "Resource table:"
4035 NOISY(aout << "Setting restable string pool: "

Completed in 312 milliseconds

123