HomeSort by relevance Sort by last modified time
    Searched refs:_dataPtr (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 153 const void* _dataPtr = hidl_to_rs<const void*>(data.data());
155 Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeBytes);
165 const void* _dataPtr = hidl_to_rs<const void*>(data.data());
168 Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeBytes, _compIdx);
180 const void* _dataPtr = hidl_to_rs<const void*>(data.data());
183 Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride);
196 const void* _dataPtr = hidl_to_rs<const void*>(data.data());
199 Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride);
265 void* _dataPtr = hidl_to_rs<void*>(data);
268 Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride)
    [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 128 [&](Ptr _dataPtr, Size _stride){
129 dataPtr1 = _dataPtr; stride = _stride; });
134 [&](Ptr _dataPtr, Size _stride){
135 dataPtr2 = _dataPtr; stride = _stride; });

Completed in 51 milliseconds