OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
38
typedef void (*
ForEachFunc_t
)(void);
56
ForEachFunc_t
kernel;
rsCpuScript.h
44
typedef void (*
ForEachFunc_t
)(void);
118
ForEachFunc_t
*mForEachFunctions;
rsCpuScript.cpp
609
mForEachFunctions = new
ForEachFunc_t
[forEachCount];
630
(
ForEachFunc_t
) dlsym(mScriptSO, tmpName);
864
mtls->kernel = reinterpret_cast<
ForEachFunc_t
>(
869
mtls->kernel = reinterpret_cast<
ForEachFunc_t
>(mForEachFunctions[slot]);
[
all
...]
Completed in 88 milliseconds