OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptGroupSetInputFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
84
typedef void (*
ScriptGroupSetInputFnPtr
) (RsContext, RsScriptGroup, RsScriptKernelID, RsAllocation);
155
ScriptGroupSetInputFnPtr
ScriptGroupSetInput;
RenderScript.cpp
380
RS::dispatch->ScriptGroupSetInput = (
ScriptGroupSetInputFnPtr
)dlsym(handle, "rsScriptGroupSetInput");
Completed in 375 milliseconds