Searched refs:forEachLaunch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/rs/driver/
H A DrsdCore.cpp46 static void initForEach(outer_foreach_t* forEachLaunch);
428 static void initForEach(outer_foreach_t* forEachLaunch) { argument
429 rsAssert(forEachLaunch);
430 forEachLaunch[0x00] = NULL;
431 forEachLaunch[0x01] = rsdForEach31; // in
432 forEachLaunch[0x02] = rsdForEach30; // out
433 forEachLaunch[0x03] = rsdForEach31; // in, out
434 forEachLaunch[0x04] = NULL;
435 forEachLaunch[0x05] = rsdForEach29; // in, usr
436 forEachLaunch[
[all...]

Completed in 22 milliseconds