OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptGetVarV
(Results
1 - 8
of
8
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
183
.
ScriptGetVarV
= (ScriptGetVarVFnPtr)dlsym(handle, "rsScriptGetVarV"),
Context.cpp
[
all
...]
/frameworks/rs/cpp/
rsDispatch.cpp
96
dispatchTab.
ScriptGetVarV
= (ScriptGetVarVFnPtr)dlsym(handle, "rsScriptGetVarV");
367
if (dispatchTab.
ScriptGetVarV
== nullptr) {
368
LOG_ERR("Couldn't initialize dispatchTab.
ScriptGetVarV
");
rsDispatch.h
207
ScriptGetVarVFnPtr
ScriptGetVarV
;
/frameworks/rs/
rsHidlAdaptation.h
122
static void
ScriptGetVarV
(RsContext, RsScript, uint32_t, void*, size_t);
rs.spec
458
ScriptGetVarV
{
rsHidlAdaptation.cpp
146
mEntryFuncs.
ScriptGetVarV
=
ScriptGetVarV
;
[
all
...]
rsApiStubs.cpp
706
RS_DISPATCH(ctxWrapper,
ScriptGetVarV
, s, slot, data, data_length);
[
all
...]
Completed in 62 milliseconds