Home
last modified time | relevance | path

Searched refs:ScriptReduce (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp107 dispatchTab.ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce"); in loadSymbols()
468 if (dispatchTab.ScriptReduce == nullptr) { in loadSymbols()
DrsDispatch.h218 ScriptReduceFnPtr ScriptReduce; member
/frameworks/rs/
DrsHidlAdaptation.h115 …static void ScriptReduce(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const…
Drs.spec414 ScriptReduce {
DrsHidlAdaptation.cpp157 mEntryFuncs.ScriptReduce = ScriptReduce; in LoadDispatchForHidl()
808 void RsHidlAdaptation::ScriptReduce (RsContext context, RsScript script, uint32_t slot, in ScriptReduce() function in RsHidlAdaptation
DrsApiStubs.cpp669 RS_DISPATCH(ctxWrapper, ScriptReduce, s, slot, ains, ains_length, aout, sc, sc_length); in rsScriptReduce()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1839 dispatchTab.ScriptReduce((RsContext)con, (RsScript)script, slot, in nScriptReduce()