HomeSort by relevance Sort by last modified time
    Searched refs:ScriptForEachMulti (Results 1 - 10 of 10) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 181 .ScriptForEachMulti =
Context.cpp 656 Device::getHal().ScriptForEachMulti(mContext, _vs, _slot, _vains.data(), _vains.size(), _vaout, _paramsPtr, _paramLen, _sc, _scLen);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 95 dispatchTab.ScriptForEachMulti = (ScriptForEachMultiFnPtr)dlsym(handle, "rsScriptForEachMulti");
461 if (dispatchTab.ScriptForEachMulti == nullptr) {
462 LOG_ERR("Couldn't initialize dispatchTab.ScriptForEachMulti");
rsDispatch.h 206 ScriptForEachMultiFnPtr ScriptForEachMulti;
ScriptIntrinsicBLAS.cpp 115 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
129 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
142 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
155 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
176 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
    [all...]
  /frameworks/rs/
rsHidlAdaptation.h 114 static void ScriptForEachMulti(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const void*, size_t, const RsScriptCall*, size_t);
rsHidlAdaptation.cpp 145 mEntryFuncs.ScriptForEachMulti = ScriptForEachMulti;
    [all...]
rs.spec 405 ScriptForEachMulti {
rsApiStubs.cpp 662 RS_DISPATCH(ctxWrapper, ScriptForEachMulti, s, slot, ains, ains_length, aout, usr, usr_length, sc, sc_length);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 614 dispatchTabInc.ScriptForEachMulti((RsContext)incCon, (RsScript)id, 0,
618 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0,
654 dispatchTabInc.ScriptForEachMulti((RsContext)incCon, (RsScript)id, 0,
658 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0,
    [all...]

Completed in 219 milliseconds