HomeSort by relevance Sort by last modified time
    Searched refs:ain (Results 51 - 75 of 91) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsScriptC.h 49 const Allocation * ain,
rsScript.h 113 const Allocation * ain,
rs.spec 282 param RsAllocation ain
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsScriptC.h 49 const Allocation * ain,
rsScript.h 113 const Allocation * ain,
rs.spec 282 param RsAllocation ain
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 47 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) {
48 if (ain->getType()->getElement()->isCompatible(mElement) == false ||
53 Script::forEach(0, ain, aout, NULL, 0);
471 void ScriptIntrinsicHistogram::forEach(sp<Allocation> ain) {
472 if (ain->getType()->getElement()->getVectorSize() <
479 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) ||
480 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) {
486 Script::forEach(0, ain, NULL, NULL, 0);
490 void ScriptIntrinsicHistogram::forEach_dot(sp<Allocation> ain) {
497 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) |
    [all...]
rsCppStructs.h     [all...]
  /frameworks/rs/cpu_ref/
rsCpuCore.h 99 const Allocation * ain; member in struct:android::renderscript::__anon39923
141 void launchThreads(const Allocation * ain, Allocation * aout,
rsCpuIntrinsicHistogram.cpp 39 void preLaunch(uint32_t slot, const Allocation * ain,
42 void postLaunch(uint32_t slot, const Allocation * ain,
100 void RsdCpuScriptIntrinsicHistogram::preLaunch(uint32_t slot, const Allocation * ain,
126 switch(ain->getType()->getElement()->getVectorSize()) {
145 void RsdCpuScriptIntrinsicHistogram::postLaunch(uint32_t slot, const Allocation * ain,
rsd_cpu.h 73 const Allocation * ain,
rsCpuIntrinsicColorMatrix.cpp 172 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,
944 const Element *ein = ain->mHal.state.type->getElement();
961 Key_t key = computeKey(ain->mHal.state.type->getElement(),
1005 uint32_t slot, const Allocation * ain, Allocation * aout,
rsCpuIntrinsicResize.cpp 38 virtual void preLaunch(uint32_t slot, const Allocation * ain,
307 void RsdCpuScriptIntrinsicResize::preLaunch(uint32_t slot, const Allocation * ain,
  /frameworks/rs/
rsScript.h 113 const Allocation * ain,
rsScriptGroup.cpp 320 Allocation *ain = NULL; local
325 ain = n->mInputs[ct3]->mAlloc.get();
326 //ALOGE(" link in %p", ain);
331 ain = mInputs[ct3]->mAlloc.get();
332 //ALOGE(" io in %p", ain);
349 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
rsScriptC.cpp 159 const Allocation * ain,
181 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsScript.h 113 const Allocation * ain,
rs.spec 282 param RsAllocation ain
  /frameworks/rs/driver/
rsdBcc.cpp 70 const Allocation * ain,
77 cs->invokeForEach(slot, ain, aout, usr, usrLen, sc);
rsdBcc.h 40 const android::renderscript::Allocation * ain,
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 608 native void rsnScriptForEach(long con, long id, int slot, long ain, long aout, byte[] params);
609 native void rsnScriptForEach(long con, long id, int slot, long ain, long aout);
610 native void rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, byte[] params,
612 native void rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout,
614 synchronized void nScriptForEach(long id, int slot, long ain, long aout, byte[] params) {
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,
627 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
629 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 541 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params);
542 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout);
543 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params,
545 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout,
547 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) {
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,
560 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
562 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend)
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 785 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,
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h     [all...]

Completed in 609 milliseconds

1 23 4