Searched defs:in_allocs (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp114 RsAllocation in_allocs[3] = {A, B, C}; local
115 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
128 RsAllocation in_allocs[3] = {A, B, C}; local
129 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
141 RsAllocation in_allocs[3] = {A, B, C}; local
142 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
154 RsAllocation in_allocs[ local
175 RsAllocation in_allocs[3] = {A, B, C}; local
[all...]
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp605 RsAllocation in_allocs[3]; local
606 in_allocs[0] = (RsAllocation)A;
607 in_allocs[1] = (RsAllocation)B;
608 in_allocs[2] = (RsAllocation)C;
613 in_allocs, NELEM(in_allocs), nullptr,
617 in_allocs, NELEM(in_allocs), nullptr,
645 RsAllocation in_allocs[3]; local
646 in_allocs[
687 RsAllocation in_allocs[3]; local
730 RsAllocation in_allocs[3]; local
764 RsAllocation in_allocs[3]; local
1658 RsAllocation *in_allocs = nullptr; local
1775 RsAllocation *in_allocs = nullptr; local
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp640 RsAllocation in_allocs[3]; local
641 in_allocs[0] = (RsAllocation)A;
642 in_allocs[1] = (RsAllocation)B;
643 in_allocs[2] = (RsAllocation)C;
646 in_allocs, NELEM(in_allocs), nullptr,
673 RsAllocation in_allocs[3]; local
674 in_allocs[0] = (RsAllocation)A;
675 in_allocs[1] = (RsAllocation)B;
676 in_allocs[
708 RsAllocation in_allocs[3]; local
743 RsAllocation in_allocs[3]; local
769 RsAllocation in_allocs[3]; local
2006 RsAllocation *in_allocs = nullptr; local
2134 RsAllocation *in_allocs = nullptr; local
[all...]

Completed in 16 milliseconds