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

/frameworks/rs/cpp/
H A DScript.cpp25 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len));
H A DrsDispatch.cpp105 dispatchTab.ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV");
335 if (dispatchTab.ScriptInvokeV == nullptr) {
336 LOG_ERR("Couldn't initialize dispatchTab.ScriptInvokeV");
H A DrsDispatch.h217 ScriptInvokeVFnPtr ScriptInvokeV; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h112 static void ScriptInvokeV(RsContext, RsScript, uint32_t, const void*, size_t);
H A Drs.spec390 ScriptInvokeV {
H A DrsHidlAdaptation.cpp155 mEntryFuncs.ScriptInvokeV = ScriptInvokeV;
743 void RsHidlAdaptation::ScriptInvokeV (RsContext context, RsScript script, uint32_t slot, const void *data, size_t len) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp651 RS_DISPATCH(ctxWrapper, ScriptInvokeV, s, slot, data, data_length);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1531 dispatchTabInc.ScriptInvokeV((RsContext)con, (RsScript)script, slot, ptr, len);
1533 dispatchTab.ScriptInvokeV((RsContext)con, (RsScript)script, slot, ptr, len);

Completed in 255 milliseconds