Searched refs:_z (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 179 uint32_t _z = z; in allocationElementWrite() local 184 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite() 248 uint32_t _z = z; in allocationElementRead() local 253 …Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,… in allocationElementRead() 353 uint32_t _z = z; in allocationGetPointer() local 356 …void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _ar… in allocationGetPointer()
|