Home
last modified time | relevance | path

Searched refs:_offsets (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp316 hidl_vec<uint32_t> _offsets; in TEST_F() local
317 _offsets.setToExternal(offsets.data(), offsets.size()); in TEST_F()
319 context->allocationAdapterOffset(allocationAdapter, _offsets); in TEST_F()
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp77 const hidl_vec<uint32_t>& _offsets = offsets; in allocationAdapterOffset() local
78 …Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset()