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

  /frameworks/rs/driver/runtime/
rs_abi_debuginfo.c 11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
12 ForEachFunc_t rsDebugOuterForeachT;
  /frameworks/rs/cpu_ref/
rsCpuCore.h 39 typedef void (*ForEachFunc_t)(const RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
85 ForEachFunc_t kernel;

Completed in 57 milliseconds