OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptReduceFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
80
typedef void (*
ScriptReduceFnPtr
) (RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const RsScriptCall*, size_t);
174
ScriptReduceFnPtr
ScriptReduce;
rsDispatch.cpp
102
dispatchTab.ScriptReduce = (
ScriptReduceFnPtr
)dlsym(handle, "rsScriptReduce");
Completed in 46 milliseconds