Searched refs:rsrForEach (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 565 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/ |
D | rsScriptC_Lib.cpp | 228 void rsrForEach(Context *rsc, in rsrForEach() function
|
D | rsRuntime.h | 157 void rsrForEach(Context *, Script *target,
|