Searched defs:_stride (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gchips/gralloc4/src/aidl/ |
D | GrallocAllocator2.cpp | 46 auto hidl_cb = [&](HidlError _error, int _stride, hidl_vec<hidl_handle> _buffers) { in allocate() 113 auto hidl_cb = [&](HidlError _error, int _stride, hidl_vec<hidl_handle> _buffers) { in allocate2()
|
D | GrallocAllocator.cpp | 49 auto hidl_cb = [&](HidlError _error, int _stride, hidl_vec<hidl_handle> _buffers) { in allocate()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 142 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() 195 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() 515 [&](const auto &_error, const auto &_buffer, const auto &_bpp, const auto &_stride) { in MapBuffer()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_buffer_allocator.cpp | 143 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() 196 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() 520 [&](const auto &_error, const auto &_buffer, const auto &_bpp, const auto &_stride) { in MapBuffer()
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 128 [&](Ptr _dataPtr, Size _stride){ in TEST_P() 134 [&](Ptr _dataPtr, Size _stride){ in TEST_P()
|
/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 347 #define vk_foreach_multi_draw(_draw, _i, _pDrawInfo, _num_draws, _stride) \ argument
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 198 size_t _stride = static_cast<size_t>(stride); in allocation2DWrite() local 214 size_t _stride = static_cast<size_t>(stride); in allocation3DWrite() local 267 size_t _stride = static_cast<size_t>(stride); in allocation2DRead() local 283 size_t _stride = static_cast<size_t>(stride); in allocation3DRead() local 355 size_t _stride = 0; in allocationGetPointer() local
|