Searched refs:ScriptReduce (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 107 dispatchTab.ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce"); in loadSymbols() 468 if (dispatchTab.ScriptReduce == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 218 ScriptReduceFnPtr ScriptReduce; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 115 …static void ScriptReduce(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const…
|
D | rs.spec | 414 ScriptReduce {
|
D | rsHidlAdaptation.cpp | 157 mEntryFuncs.ScriptReduce = ScriptReduce; in LoadDispatchForHidl() 808 void RsHidlAdaptation::ScriptReduce (RsContext context, RsScript script, uint32_t slot, in ScriptReduce() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 669 RS_DISPATCH(ctxWrapper, ScriptReduce, s, slot, ains, ains_length, aout, sc, sc_length); in rsScriptReduce()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1839 dispatchTab.ScriptReduce((RsContext)con, (RsScript)script, slot, in nScriptReduce()
|