Home
last modified time | relevance | path

Searched refs:ScriptInvokeV (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DScript.cpp25 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len)); in invoke()
H A DrsDispatch.cpp105 dispatchTab.ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"); in loadSymbols()
335 if (dispatchTab.ScriptInvokeV == nullptr) { in loadSymbols()
H A DrsDispatch.h216 ScriptInvokeVFnPtr ScriptInvokeV; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp185 .ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"), in loadHAL()
H A DContext.cpp659 Device::getHal().ScriptInvokeV(mContext, _vs, _slot, _dataPtr, _len); in scriptInvokeV()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h112 static void ScriptInvokeV(RsContext, RsScript, uint32_t, const void*, size_t);
H A DrsHidlAdaptation.cpp155 mEntryFuncs.ScriptInvokeV = ScriptInvokeV; in LoadDispatchForHidl()
743 void RsHidlAdaptation::ScriptInvokeV (RsContext context, RsScript script, uint32_t slot, const void… in ScriptInvokeV() function in RsHidlAdaptation
H A Drs.spec390 ScriptInvokeV {
H A DrsApiStubs.cpp646 RS_DISPATCH(ctxWrapper, ScriptInvokeV, s, slot, data, data_length); in rsScriptInvokeV()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1533 dispatchTabInc.ScriptInvokeV((RsContext)con, (RsScript)script, slot, ptr, len); in nScriptInvokeV()
1535 dispatchTab.ScriptInvokeV((RsContext)con, (RsScript)script, slot, ptr, len); in nScriptInvokeV()