Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp168 uint32_t _count = count; in allocation1DWrite() local
171 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()
237 uint32_t _count = count; in allocation1DRead() local
240 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()