Home
last modified time | relevance | path

Searched refs:rsrForEach (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/driver/
DrsdRuntimeStubs.cpp565 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, NULL, 0, NULL); in SC_ForEach_SAA()
572 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, NULL, 0, NULL); in SC_ForEach_SAA()
582 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, NULL); in SC_ForEach_SAAU()
590 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, 0, NULL); in SC_ForEach_SAAU()
601 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, call); in SC_ForEach_SAAUS()
610 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, 0, call); in SC_ForEach_SAAUS()
621 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, NULL); in SC_ForEach_SAAUL()
630 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, usrLen, NULL); in SC_ForEach_SAAUL()
642 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, call); in SC_ForEach_SAAULS()
652 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, usrLen, call); in SC_ForEach_SAAULS()
[all …]
/frameworks/rs/
DrsScriptC_Lib.cpp228 void rsrForEach(Context *rsc, in rsrForEach() function
DrsRuntime.h157 void rsrForEach(Context *, Script *target,