OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptInvokeV
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
Script.cpp
26
tryDispatch(mRS, RS::dispatch->
ScriptInvokeV
(mRS->getContext(), getID(), slot, v, len));
RenderScript.cpp
300
RS::dispatch->
ScriptInvokeV
= (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV");
301
if (RS::dispatch->
ScriptInvokeV
== NULL) {
302
ALOGE("Couldn't initialize RS::dispatch->
ScriptInvokeV
");
rsDispatch.h
139
ScriptInvokeVFnPtr
ScriptInvokeV
;
/frameworks/rs/
rs.spec
274
ScriptInvokeV
{
Completed in 25 milliseconds