HomeSort by relevance Sort by last modified time
    Searched refs:rsrForEach (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 565 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, NULL, 0, NULL);
572 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, NULL, 0, NULL);
582 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, NULL);
590 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, 0, NULL);
601 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, call);
610 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, 0, call);
621 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, NULL);
630 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, usrLen, NULL);
642 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, call);
652 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, usrLen, call)
    [all...]
  /frameworks/rs/
rsScriptC_Lib.cpp 228 void rsrForEach(Context *rsc,
rsRuntime.h 157 void rsrForEach(Context *, Script *target,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsRuntime.h 155 void rsrForEach(Context *, Script *target,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsRuntime.h 155 void rsrForEach(Context *, Script *target,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsRuntime.h 155 void rsrForEach(Context *, Script *target,

Completed in 3117 milliseconds