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

  /frameworks/rs/driver/
rsdCore.h 32 typedef void (* ForEachFunc_t)(void);
  /frameworks/rs/cpu_ref/
rsCpuCore.h 79 typedef void (* ForEachFunc_t)(void);
97 ForEachFunc_t kernel;
rsCpuScript.h 55 typedef void (* ForEachFunc_t)(void);
151 ForEachFunc_t *mForEachFunctions;
rsCpuScript.cpp 621 mForEachFunctions = new ForEachFunc_t[forEachCount];
642 (ForEachFunc_t) dlsym(mScriptSO, tmpName);
    [all...]

Completed in 81 milliseconds