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

/frameworks/rs/driver/
H A DrsdCore.h32 typedef void (* ForEachFunc_t)(void); typedef
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h79 typedef void (* ForEachFunc_t)(void); typedef in namespace:android::renderscript
97 ForEachFunc_t kernel;
H A DrsCpuScript.h55 typedef void (* ForEachFunc_t)(void); typedef in class:android::renderscript::RsdCpuScriptImpl
151 ForEachFunc_t *mForEachFunctions;
H A DrsCpuScript.cpp621 mForEachFunctions = new ForEachFunc_t[forEachCount];
642 (ForEachFunc_t) dlsym(mScriptSO, tmpName);
1090 mtls->kernel = reinterpret_cast<ForEachFunc_t>(
1095 mtls->kernel = reinterpret_cast<ForEachFunc_t>(mForEachFunctions[slot]);

Completed in 58 milliseconds