Home
last modified time | relevance | path

Searched refs:ForEachFunc_t (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/driver/
DrsdCore.h26 typedef void (* ForEachFunc_t)(void); typedef
DrsdBcc.h122 ForEachFunc_t *mForEachFunctions;
143 ForEachFunc_t kernel;
DrsdBcc.cpp232 drv->mForEachFunctions = new ForEachFunc_t[forEachCount]; in rsdScriptInit()
251 (ForEachFunc_t) dlsym(scriptSO, tmpName); in rsdScriptInit()
/frameworks/rs/driver/
DrsdCore.h28 typedef void (* ForEachFunc_t)(void); typedef
DrsdScriptGroup.cpp127 mtls.kernel = reinterpret_cast<ForEachFunc_t>( in rsdScriptGroupExecute()
DrsdBcc.h145 ForEachFunc_t kernel;
DrsdBcc.cpp437 mtls.kernel = reinterpret_cast<ForEachFunc_t>( in rsdScriptInvokeForEach()