Searched refs:ScriptInvokeV (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DScript.cpp26 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len));
H A DRenderScript.cpp300 RS::dispatch->ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV");
301 if (RS::dispatch->ScriptInvokeV == NULL) {
302 ALOGE("Couldn't initialize RS::dispatch->ScriptInvokeV");
H A DrsDispatch.h139 ScriptInvokeVFnPtr ScriptInvokeV; member in struct:__anon1590
/frameworks/rs/
H A Drs.spec273 ScriptInvokeV {

Completed in 83 milliseconds