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

  /hardware/interfaces/renderscript/1.0/
IContext.hal 73 allocationAdapterOffset(AllocationAdapter alloc, vec<uint32_t> offsets);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 41 Return<void> allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) override;
Context.cpp 73 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) {
76 Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * sizeof(uint32_t));
    [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp 281 * allocationAdapterCreate, allocationAdapterOffset, allocation2DRead
319 context->allocationAdapterOffset(allocationAdapter, _offsets);
  /frameworks/rs/
rsHidlAdaptation.cpp 97 mEntryFuncs.AllocationAdapterOffset = AllocationAdapterOffset;
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 50 } else if (target_func == "allocationAdapterOffset") {
65 renderscript->allocationAdapterOffset(arg0, arg1);
    [all...]

Completed in 50 milliseconds