Home
last modified time | relevance | path

Searched refs:ScriptInvoke (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp253 dispatchTab.ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"); in loadSymbols()
254 if (dispatchTab.ScriptInvoke == NULL) { in loadSymbols()
DrsDispatch.h159 ScriptInvokeFnPtr ScriptInvoke; member
/frameworks/rs/
Drs.spec373 ScriptInvoke {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1513 dispatchTabInc.ScriptInvoke((RsContext)con, (RsScript)obj, slot); in nScriptInvoke()
1515 dispatchTab.ScriptInvoke((RsContext)con, (RsScript)obj, slot); in nScriptInvoke()