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

/frameworks/rs/cpp/
H A DrsDispatch.cpp107 dispatchTab.ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce");
468 if (dispatchTab.ScriptReduce == nullptr) {
469 LOG_ERR("Couldn't initialize dispatchTab.ScriptReduce");
H A DrsDispatch.h219 ScriptReduceFnPtr ScriptReduce; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h115 static void ScriptReduce(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const RsScriptCall*, size_t);
H A Drs.spec414 ScriptReduce {
H A DrsHidlAdaptation.cpp157 mEntryFuncs.ScriptReduce = ScriptReduce;
808 void RsHidlAdaptation::ScriptReduce (RsContext context, RsScript script, uint32_t slot, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp674 RS_DISPATCH(ctxWrapper, ScriptReduce, s, slot, ains, ains_length, aout, sc, sc_length);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1837 dispatchTab.ScriptReduce((RsContext)con, (RsScript)script, slot,

Completed in 725 milliseconds