Searched refs:_dataPtr (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 169 const void* _dataPtr = hidl_to_rs<const void*>(data.data()); in allocation1DWrite() local 171 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite() 181 const void* _dataPtr = hidl_to_rs<const void*>(data.data()); in allocationElementWrite() local 184 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite() 196 const void* _dataPtr = hidl_to_rs<const void*>(data.data()); in allocation2DWrite() local 199 …ocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _str… in allocation2DWrite() 212 const void* _dataPtr = hidl_to_rs<const void*>(data.data()); in allocation3DWrite() local 215 …ion3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _str… in allocation3DWrite() 281 void* _dataPtr = hidl_to_rs<void*>(data); in allocation3DRead() local 284 …ion3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _str… in allocation3DRead() [all …]
|
/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()
|