Searched refs:vRoot (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/rs/driver/ |
D | rsdCore.cpp | 294 static void rsdForEach17(const void *vRoot, in rsdForEach17() argument 297 (*(fe*)vRoot)(p->in, p->y); in rsdForEach17() 300 static void rsdForEach18(const void *vRoot, in rsdForEach18() argument 303 (*(fe*)vRoot)(p->out, p->y); in rsdForEach18() 306 static void rsdForEach19(const void *vRoot, in rsdForEach19() argument 309 (*(fe*)vRoot)(p->in, p->out, p->y); in rsdForEach19() 312 static void rsdForEach21(const void *vRoot, in rsdForEach21() argument 315 (*(fe*)vRoot)(p->in, p->usr, p->y); in rsdForEach21() 318 static void rsdForEach22(const void *vRoot, in rsdForEach22() argument 321 (*(fe*)vRoot)(p->out, p->usr, p->y); in rsdForEach22() [all …]
|