HomeSort by relevance Sort by last modified time
    Searched defs:vains (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp 225 hidl_vec<Allocation> vains; local
226 vains.setToExternal(&allocation, 1);
228 context->scriptForEach(script, mExportForEachIdx_increment, vains, vout, params, nullptr);
273 hidl_vec<Allocation> vains; local
274 vains.setToExternal(&allocation, 1);
275 context->scriptReduce(script, mExportReduceIdx_summation, vains, vaout, nullptr);
  /frameworks/rs/
rsHidlAdaptation.cpp 757 RsAllocation * vains = nullptr; local
    [all...]

Completed in 68 milliseconds