Home
last modified time | relevance | path

Searched refs:ScriptGroupSetInput (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp100 …dispatchTab.ScriptGroupSetInput = (ScriptGroupSetInputFnPtr)dlsym(handle, "rsScriptGroupSetInput"); in loadSymbols()
399 if (dispatchTab.ScriptGroupSetInput == nullptr) { in loadSymbols()
H A DrsDispatch.h211 ScriptGroupSetInputFnPtr ScriptGroupSetInput; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp177 .ScriptGroupSetInput = (ScriptGroupSetInputFnPtr)dlsym(handle, "rsScriptGroupSetInput"), in loadHAL()
H A DContext.cpp605 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc); in scriptGroupSetInput()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h131 static void ScriptGroupSetInput(RsContext, RsScriptGroup, RsScriptKernelID, RsAllocation);
H A DrsHidlAdaptation.cpp150 mEntryFuncs.ScriptGroupSetInput = ScriptGroupSetInput; in LoadDispatchForHidl()
1014 void RsHidlAdaptation::ScriptGroupSetInput (RsContext context, RsScriptGroup sg, RsScriptKernelID k… in ScriptGroupSetInput() function in RsHidlAdaptation
H A Drs.spec518 ScriptGroupSetInput {
H A DrsApiStubs.cpp598 RS_DISPATCH(ctxWrapper, ScriptGroupSetInput, group, kernel, alloc); in rsScriptGroupSetInput()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp2057 dispatchTab.ScriptGroupSetInput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, in nScriptGroupSetInput()