/hardware/google/gchips/gralloc4/src/aidl/ |
D | GrallocAllocator2.cpp | 46 auto hidl_cb = [&](HidlError _error, int _stride, hidl_vec<hidl_handle> _buffers) { in allocate() argument 54 result->stride = _stride; in allocate() 113 auto hidl_cb = [&](HidlError _error, int _stride, hidl_vec<hidl_handle> _buffers) { in allocate2() argument 121 result->stride = _stride; in allocate2()
|
D | GrallocAllocator.cpp | 49 auto hidl_cb = [&](HidlError _error, int _stride, hidl_vec<hidl_handle> _buffers) { in allocate() argument 57 result->stride = _stride; in allocate()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_util.h | 340 #define vk_foreach_multi_draw_indexed(_draw, _i, _pDrawInfo, _num_draws, _stride) \ argument 343 (_i)++, (_draw) = (const VkMultiDrawIndexedInfoEXT*)((const uint8_t*)(_draw) + (_stride))) 347 #define vk_foreach_multi_draw(_draw, _i, _pDrawInfo, _num_draws, _stride) \ argument 350 (_i)++, (_draw) = (const VkMultiDrawInfoEXT*)((const uint8_t*)(_draw) + (_stride)))
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 128 [&](Ptr _dataPtr, Size _stride){ in TEST_P() argument 129 dataPtr1 = _dataPtr; stride = _stride; }); in TEST_P() 134 [&](Ptr _dataPtr, Size _stride){ in TEST_P() argument 135 dataPtr2 = _dataPtr; stride = _stride; }); in TEST_P()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer4.h | 267 int _width, int _height, uint64_t _stride, in private_handle_t() 278 stride = _stride; in private_handle_t()
|
D | mali_gralloc_buffer.h | 267 int _width, int _height, uint64_t _stride, in private_handle_t() 278 stride = _stride; in private_handle_t()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 198 size_t _stride = static_cast<size_t>(stride); in allocation2DWrite() local 199 …ion2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride); in allocation2DWrite() 214 size_t _stride = static_cast<size_t>(stride); in allocation3DWrite() local 215 …DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DWrite() 267 size_t _stride = static_cast<size_t>(stride); in allocation2DRead() local 268 …cation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride); in allocation2DRead() 283 size_t _stride = static_cast<size_t>(stride); in allocation3DRead() local 284 …DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DRead() 355 size_t _stride = 0; in allocationGetPointer() local 356 …l().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t)); in allocationGetPointer() [all …]
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 142 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() argument 195 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() argument 515 [&](const auto &_error, const auto &_buffer, const auto &_bpp, const auto &_stride) { in MapBuffer() argument
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_buffer_allocator.cpp | 143 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() argument 196 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() argument 520 [&](const auto &_error, const auto &_buffer, const auto &_bpp, const auto &_stride) { in MapBuffer() argument
|