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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 90 .AllocationAdapterOffset = (AllocationAdapterOffsetFnPtr)dlsym(
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...]
  /frameworks/rs/
rsHidlAdaptation.h 105 static void AllocationAdapterOffset(RsContext rsc, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length);
rs.spec 114 AllocationAdapterOffset {
rsHidlAdaptation.cpp 97 mEntryFuncs.AllocationAdapterOffset = AllocationAdapterOffset;
    [all...]
rsApiStubs.cpp 383 RS_DISPATCH(ctxWrapper, AllocationAdapterOffset, alloc, offsets, offsets_length);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 44 dispatchTab.AllocationAdapterOffset = (AllocationAdapterOffsetFnPtr)dlsym(handle, "rsAllocationAdapterOffset");
rsDispatch.h 153 AllocationAdapterOffsetFnPtr AllocationAdapterOffset;

Completed in 591 milliseconds