Home
last modified time | relevance | path

Searched refs:_stride (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp128 [&](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/
DContext.cpp182 size_t _stride = static_cast<size_t>(stride); in allocation2DWrite() local
183 …ion2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride); in allocation2DWrite()
198 size_t _stride = static_cast<size_t>(stride); in allocation3DWrite() local
199 …DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DWrite()
251 size_t _stride = static_cast<size_t>(stride); in allocation2DRead() local
252 …cation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride); in allocation2DRead()
267 size_t _stride = static_cast<size_t>(stride); in allocation3DRead() local
268 …DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DRead()
339 size_t _stride = 0; in allocationGetPointer() local
340 …l().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t)); in allocationGetPointer()
[all …]