Searched refs:ains_length (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsApiStubs.cpp | 658 RsAllocation * ains, size_t ains_length, RsAllocation aout, in rsScriptForEachMulti() argument 662 …RS_DISPATCH(ctxWrapper, ScriptForEachMulti, s, slot, ains, ains_length, aout, usr, usr_length, sc,… in rsScriptForEachMulti() 666 RsAllocation * ains, size_t ains_length, RsAllocation aout, in rsScriptReduce() argument 669 RS_DISPATCH(ctxWrapper, ScriptReduce, s, slot, ains, ains_length, aout, sc, sc_length); in rsScriptReduce()
|
D | rsApiStubs.h | 225 size_t ains_length, RsAllocation aout, const void* usr, 229 size_t ains_length, RsAllocation aout, const RsScriptCall* sc,
|