Searched defs:scLen (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsScript.cpp196 size_t scLen) {
210 const RsScriptCall *sc, size_t scLen) {
214 sc, scLen);
220 params, paramLen, sc, scLen);
227 size_t scLen) {
192 rsi_ScriptForEachMulti(Context *rsc, RsScript vs, uint32_t slot, RsAllocation *vains, size_t inLen, RsAllocation vaout, const void *params, size_t paramLen, const RsScriptCall *sc, size_t scLen) argument
207 rsi_ScriptForEach(Context *rsc, RsScript vs, uint32_t slot, RsAllocation vain, RsAllocation vaout, const void *params, size_t paramLen, const RsScriptCall *sc, size_t scLen) argument
224 rsi_ScriptReduce(Context *rsc, RsScript vs, uint32_t slot, RsAllocation *vains, size_t inLen, RsAllocation vaout, const RsScriptCall *sc, size_t scLen) argument
H A DrsHidlAdaptation.cpp755 const RsScriptCall *sc, size_t scLen)
763 ScriptForEachMulti(context, script, slot, vains, inLen, vaout, params, paramLen, sc, scLen);
770 size_t scLen)
810 const RsScriptCall *sc, size_t scLen)
752 ScriptForEach(RsContext context, RsScript script, uint32_t slot, RsAllocation vain, RsAllocation vaout, const void *params, size_t paramLen, const RsScriptCall *sc, size_t scLen) argument
766 ScriptForEachMulti(RsContext context, RsScript script, uint32_t slot, RsAllocation *vains, size_t inLen, RsAllocation vaout, const void *params, size_t paramLen, const RsScriptCall *sc, size_t scLen) argument
808 ScriptReduce(RsContext context, RsScript script, uint32_t slot, RsAllocation *vains, size_t inLen, RsAllocation vaout, const RsScriptCall *sc, size_t scLen) argument

Completed in 64 milliseconds