OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptSetVarVE
(Results
1 - 9
of
9
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
211
.
ScriptSetVarVE
=
Context.cpp
[
all
...]
/frameworks/rs/cpp/
rsDispatch.cpp
115
dispatchTab.
ScriptSetVarVE
= (ScriptSetVarVEFnPtr)dlsym(handle, "rsScriptSetVarVE");
371
if (dispatchTab.
ScriptSetVarVE
== nullptr) {
372
LOG_ERR("Couldn't initialize dispatchTab.
ScriptSetVarVE
");
rsDispatch.h
225
ScriptSetVarVEFnPtr
ScriptSetVarVE
;
/frameworks/rs/
rsHidlAdaptation.h
123
static void
ScriptSetVarVE
(RsContext, RsScript, uint32_t, const void*, size_t, RsElement, const uint32_t*, size_t);
rs.spec
465
ScriptSetVarVE
{
rsHidlAdaptation.cpp
165
mEntryFuncs.
ScriptSetVarVE
=
ScriptSetVarVE
;
[
all
...]
rsApiStubs.cpp
713
RS_DISPATCH(ctxWrapper,
ScriptSetVarVE
, s, slot, data, data_length, e, dims, dims_length);
[
all
...]
/frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 71 milliseconds