HomeSort by relevance Sort by last modified time
    Searched refs:ScriptReduce (Results 1 - 9 of 9) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 202 .ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce"),
Context.cpp 660 Return<void> Context::scriptReduce(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, Allocation vaout, Ptr sc) {
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 107 dispatchTab.ScriptReduce = (ScriptReduceFnPtr)dlsym(handle, "rsScriptReduce");
468 if (dispatchTab.ScriptReduce == nullptr) {
469 LOG_ERR("Couldn't initialize dispatchTab.ScriptReduce");
rsDispatch.h 218 ScriptReduceFnPtr ScriptReduce;
  /frameworks/rs/
rsHidlAdaptation.h 115 static void ScriptReduce(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const RsScriptCall*, size_t);
rs.spec 414 ScriptReduce {
rsHidlAdaptation.cpp 157 mEntryFuncs.ScriptReduce = ScriptReduce;
    [all...]
rsApiStubs.cpp 669 RS_DISPATCH(ctxWrapper, ScriptReduce, s, slot, ains, ains_length, aout, sc, sc_length);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 72 milliseconds