Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp155 const void* _dataPtr = hidl_to_rs<const void*>(data.data()); in allocation1DWrite() local
157 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()
167 const void* _dataPtr = hidl_to_rs<const void*>(data.data()); in allocationElementWrite() local
170 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite()
182 const void* _dataPtr = hidl_to_rs<const void*>(data.data()); in allocation2DWrite() local
185 …ocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _str… in allocation2DWrite()
198 const void* _dataPtr = hidl_to_rs<const void*>(data.data()); in allocation3DWrite() local
201 …ion3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _str… in allocation3DWrite()
267 void* _dataPtr = hidl_to_rs<void*>(data); in allocation3DRead() local
270 …ion3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _str… in allocation3DRead()
[all …]
/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()