Searched refs:scriptReduce (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 121 …Return<void> scriptReduce(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, Allocation …
|
D | Context.cpp | 676 Return<void> Context::scriptReduce(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, All… in scriptReduce() function in android::hardware::renderscript::V1_0::implementation::Context
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 275 context->scriptReduce(script, mExportReduceIdx_summation, vains, vaout, nullptr); in TEST_F()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 1056 scriptReduce(Script vs, uint32_t slot, vec<Allocation> vains,
|