OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptGroup2CreateFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
185
(
ScriptGroup2CreateFnPtr
)dlsym(handle, "rsScriptGroup2Create"),
/frameworks/rs/cpp/
rsDispatch.h
98
typedef RsScriptGroup2 (*
ScriptGroup2CreateFnPtr
)(RsContext, const char*, size_t, const char*, size_t, RsClosure*, size_t);
208
ScriptGroup2CreateFnPtr
ScriptGroup2Create;
rsDispatch.cpp
97
dispatchTab.ScriptGroup2Create = (
ScriptGroup2CreateFnPtr
)dlsym(handle, "rsScriptGroup2Create");
Completed in 3598 milliseconds