Searched defs:usrBytes (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsScriptIntrinsic.cpp64 size_t usrBytes,
68 aout, usr, usrBytes, sc);
58 runForEach(Context* rsc, uint32_t slot, const Allocation** ains, size_t inLen, Allocation* aout, const void* usr, size_t usrBytes, const RsScriptCall* sc) argument
H A DrsScriptC.cpp177 size_t usrBytes,
208 aout, usr, usrBytes, sc);
212 usr, usrBytes, sc);
171 runForEach(Context *rsc, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation * aout, const void * usr, size_t usrBytes, const RsScriptCall *sc) argument
H A DrsScriptC_Lib.cpp229 const void *usr, uint32_t usrBytes,
231 target->runForEach(rsc, slot, (const Allocation**)in, numInputs, out, usr, usrBytes, call);
224 rsrForEach(Context *rsc, Script *target, uint32_t slot, uint32_t numInputs, Allocation **in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument

Completed in 165 milliseconds