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

123

/frameworks/rs/driver/
H A DrsdBcc.cpp71 Allocation * aout,
77 cs->invokeForEach(slot, ain, 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
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java574 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params); argument
575 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout); argument
576 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, argument
578 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, argument
580 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) { argument
583 rsnScriptForEach(mContext, id, slot, ain, aout);
585 rsnScriptForEach(mContext, id, slot, ain, aout, params);
589 synchronized void nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, argument
593 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
595 rsnScriptForEachClipped(mContext, id, slot, ain, aout, param
[all...]
/frameworks/native/include/utils/
H A DTextOutput.h55 extern TextOutput& aout;
/frameworks/rs/
H A DrsScriptC.cpp165 Allocation * aout,
174 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
162 runForEach(Context *rsc, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, size_t usrBytes, const RsScriptCall *sc) argument
H A Drs_hal.h113 Allocation * aout,
H A Drs.spec293 param RsAllocation aout
/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/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1124 jint script, jint slot, jint ain, jint aout)
1127 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, NULL, 0);
1131 jint script, jint slot, jint ain, jint aout, jbyteArray params)
1136 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, NULL, 0);
1142 jint script, jint slot, jint ain, jint aout,
1157 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, &sc, sizeof(sc));
1162 jint script, jint slot, jint ain, jint aout,
1179 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, &sc, sizeof(sc));
1123 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
1130 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
1141 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
1161 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.cpp664 sp<RSC::Allocation> aout = RSC::Allocation::createTyped(mRs, t, RS_ALLOCATION_MIPMAP_NONE, local
668 mRsScript->blur(ain, aout);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp359 void RsdCpuReferenceImpl::launchThreads(const Allocation * ain, Allocation * aout, argument
/frameworks/base/tools/aapt/
H A DXMLNode.cpp999 NOISY(aout << "String pool:"
1034 NOISY(aout << "XML resource:"
H A DResourceTable.cpp2976 NOISY(aout << "Resource table:"
3682 NOISY(aout << "Setting restable string pool: "
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3102 TABLE_NOISY(aout << "Resource type data: "
4925 TABLE_NOISY(aout << "Looking in resource table " << package->header->header

Completed in 1446 milliseconds

123