Searched refs:_compIdx (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 183 size_t _compIdx = static_cast<size_t>(compIdx); in allocationElementWrite() local 184 …l().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeBytes, _compIdx); in allocationElementWrite() 252 size_t _compIdx = static_cast<size_t>(compIdx); in allocationElementRead() local 253 …tHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes, _compIdx); in allocationElementRead()
|