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

  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 83 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
84 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation);
93 RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage, _ptr); local
94 return rs_to_hidl<Allocation>(_allocation);
102 RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage); local
103 return rs_to_hidl<Allocation>(_allocation);
111 RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage); local
112 return rs_to_hidl<Allocation>(_allocation);
116 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
117 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation);
122 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
143 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
151 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
162 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
175 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
190 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
206 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
212 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
220 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
231 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
244 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
259 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
275 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
282 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
324 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
330 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
336 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
620 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 217 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
218 uint64_t typeRet = GetIContextHandle(context)->allocationGetType(_allocation);
461 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
463 uint64_t window = GetIContextHandle(context)->allocationGetNativeWindow(_allocation);
468 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
471 GetIContextHandle(context)->allocationSetNativeWindow(_allocation, _window);
551 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
553 GetIContextHandle(context)->allocationCopyToBitmap(_allocation, data, sizeBytes);
559 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
564 GetIContextHandle(context)->allocation1DWrite(_allocation, xoff, lod, count, _data)
569 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
580 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
592 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
603 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
613 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
620 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
628 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
636 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
645 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
653 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
660 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
668 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
724 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
1032 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
1038 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
1049 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
1065 uint64_t _allocation = (uint64_t)(uintptr_t)allocation; local
    [all...]

Completed in 4491 milliseconds