OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptKernelIDCreateFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
91
typedef RsScriptKernelID (*
ScriptKernelIDCreateFnPtr
) (RsContext, RsScript, int, int);
173
ScriptKernelIDCreateFnPtr
ScriptKernelIDCreate;
rsDispatch.cpp
101
dispatchTab.ScriptKernelIDCreate = (
ScriptKernelIDCreateFnPtr
)dlsym(handle, "rsScriptKernelIDCreate");
Completed in 550 milliseconds