OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptInvokeV
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
Script.cpp
26
tryDispatch(mRS, RS::dispatch->
ScriptInvokeV
(mRS->getContext(), getID(), slot, v, len));
rsDispatch.cpp
100
dispatchTab.
ScriptInvokeV
= (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV");
297
if (dispatchTab.
ScriptInvokeV
== nullptr) {
298
LOG_ERR("Couldn't initialize dispatchTab.
ScriptInvokeV
");
rsDispatch.h
172
ScriptInvokeVFnPtr
ScriptInvokeV
;
/frameworks/rs/
rs.spec
390
ScriptInvokeV
{
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 40 milliseconds