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

  /frameworks/rs/driver/
rsdCore.h 28 typedef void (* ForEachFunc_t)(void);
rsdBcc.h 145 ForEachFunc_t kernel;
rsdScriptGroup.cpp 127 mtls.kernel = reinterpret_cast<ForEachFunc_t>(
rsdBcc.cpp 411 mtls.kernel = reinterpret_cast<ForEachFunc_t>(
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdCore.h 26 typedef void (* ForEachFunc_t)(void);
rsdBcc.h 122 ForEachFunc_t *mForEachFunctions;
143 ForEachFunc_t kernel;
rsdBcc.cpp 232 drv->mForEachFunctions = new ForEachFunc_t[forEachCount];
251 (ForEachFunc_t) dlsym(scriptSO, tmpName);

Completed in 244 milliseconds