HomeSort by relevance Sort by last modified time
    Searched refs:ains (Results 26 - 36 of 36) sorted by null

12

  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 746 native void rsnScriptForEach(long con, long id, int slot, long[] ains,
749 synchronized void nScriptForEach(long id, int slot, long[] ains, long aout,
752 rsnScriptForEach(mContext, id, slot, ains, aout, params, limits);
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java 675 native void rsnScriptForEach(long con, long id, int slot, long[] ains,
678 synchronized void nScriptForEach(long id, int slot, long[] ains, long aout,
685 rsnScriptForEach(mContext, id, slot, ains, aout, params, limits);
688 native void rsnScriptReduce(long con, long id, int slot, long[] ains,
690 synchronized void nScriptReduce(long id, int slot, long ains[], long aout,
693 rsnScriptReduce(mContext, id, slot, ains, aout, limits);
    [all...]
  /frameworks/rs/
rsApiStubs.h 114 extern "C" void rsScriptForEachMulti (RsContext rsc, RsScript s, uint32_t slot, RsAllocation * ains, size_t ains_length, RsAllocation aout, const void * usr, size_t usr_length, const RsScriptCall * sc, size_t sc_length);
115 extern "C" void rsScriptReduce (RsContext rsc, RsScript s, uint32_t slot, RsAllocation * ains, size_t ains_length, RsAllocation aout, const RsScriptCall * sc, size_t sc_length);
rs_hal.h 179 const Allocation ** ains, size_t inLen,
211 const Allocation ** ains,
rsApiStubs.cpp 658 RsAllocation * ains, size_t ains_length, RsAllocation aout,
662 RS_DISPATCH(ctxWrapper, ScriptForEachMulti, s, slot, ains, ains_length, aout, usr, usr_length, sc, sc_length);
666 RsAllocation * ains, size_t ains_length, RsAllocation aout,
669 RS_DISPATCH(ctxWrapper, ScriptReduce, s, slot, ains, ains_length, aout, sc, sc_length);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 167 void preLaunch(uint32_t slot, const Allocation ** ains,
943 const Allocation ** ains,
950 const Element *ein = ains[0]->mHal.state.type->getElement();
rsCpuIntrinsicBLAS.cpp 102 memcpy(mtls->ains, ain, 3 * sizeof(ain[0]));
157 ain[0] = mtls->ains[0];
158 ain[1] = mtls->ains[1];
159 ain[2] = mtls->ains[2];
    [all...]
rsCpuIntrinsicResize.cpp 35 void preLaunch(uint32_t slot, const Allocation ** ains,
637 const Allocation ** ains,
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 440 milliseconds

12