Searched refs:_stride (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 128 [&](Ptr _dataPtr, Size _stride){ in TEST_F() argument 129 dataPtr1 = _dataPtr; stride = _stride; }); in TEST_F() 134 [&](Ptr _dataPtr, Size _stride){ in TEST_F() argument 135 dataPtr2 = _dataPtr; stride = _stride; }); in TEST_F()
|
/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/sdm845/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 121 [&](const auto &_error, const auto &_stride, const auto &_buffers) { in AllocateBuffer() argument
|