Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp169 size_t _compIdx = static_cast<size_t>(compIdx); in allocationElementWrite() local
170 …l().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeBytes, _compIdx); in allocationElementWrite()
238 size_t _compIdx = static_cast<size_t>(compIdx); in allocationElementRead() local
239 …tHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes, _compIdx); in allocationElementRead()