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

1 23

  /frameworks/rs/
rsScriptGroup.cpp 297 Allocation *ain = NULL; local
302 ain = n->mInputs[ct3]->mAlloc.get();
303 //ALOGE(" link in %p", ain);
308 ain = mInputs[ct3]->mAlloc.get();
309 //ALOGE(" io in %p", ain);
326 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
rsScriptC.cpp 165 const Allocation * ain,
187 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
rs.spec 283 param RsAllocation ain
rs_hal.h 112 const Allocation * ain,
  /frameworks/rs/driver/
rsdBcc.cpp 70 const Allocation * ain,
77 cs->invokeForEach(slot, ain, aout, usr, usrLen, sc);
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 625 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params);
626 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout);
627 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params,
629 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout,
631 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) {
634 rsnScriptForEach(mContext, id, slot, ain, aout);
636 rsnScriptForEach(mContext, id, slot, ain, aout, params);
640 synchronized void nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params,
644 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
646 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend)
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 136 virtual void preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout,
138 virtual void postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout,
846 uint32_t slot, const Allocation * ain, Allocation * aout,
849 const Element *ein = ain->mHal.state.type->getElement();
866 Key_t key = computeKey(ain->mHal.state.type->getElement(),
880 uint32_t slot, const Allocation * ain, Allocation * aout,
rsCpuCore.cpp 402 void RsdCpuReferenceImpl::launchThreads(const Allocation * ain, Allocation * aout,
  /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/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 744 RSC::sp<RSC::Allocation> ain = RSC::Allocation::createTyped(mRs, t, local
752 mRsScript->setInput(ain);
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 5497 milliseconds

1 23