OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptInvokeFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
196
.ScriptInvoke = (
ScriptInvokeFnPtr
)dlsym(handle, "rsScriptInvoke"),
/frameworks/rs/cpp/
rsDispatch.h
79
typedef void (*
ScriptInvokeFnPtr
) (RsContext, RsScript, uint32_t);
214
ScriptInvokeFnPtr
ScriptInvoke;
rsDispatch.cpp
103
dispatchTab.ScriptInvoke = (
ScriptInvokeFnPtr
)dlsym(handle, "rsScriptInvoke");
Completed in 484 milliseconds