Lines Matching refs:_allocation

81     RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation);  in allocationGetType()  local
82 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); in allocationGetType()
91 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped() local
92 return rs_to_hidl<Allocation>(_allocation); in allocationCreateTyped()
100 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap() local
101 return rs_to_hidl<Allocation>(_allocation); in allocationCreateFromBitmap()
109 …RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips… in allocationCubeCreateFromBitmap() local
110 return rs_to_hidl<Allocation>(_allocation); in allocationCubeCreateFromBitmap()
114 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationGetNativeWindow() local
115 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation); in allocationGetNativeWindow()
120 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationSetNativeWindow() local
122 Device::getHal().AllocationSetSurface(mContext, _allocation, _nativewindow); in allocationSetNativeWindow()
141 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationCopyToBitmap() local
144 Device::getHal().AllocationCopyToBitmap(mContext, _allocation, _data, _sizeBytes); in allocationCopyToBitmap()
149 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation1DWrite() local
155 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()
160 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationElementWrite() local
168 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite()
173 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation2DWrite() local
183 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite()
188 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation3DWrite() local
199 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite()
204 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationGenerateMipmaps() local
205 Device::getHal().AllocationGenerateMipmaps(mContext, _allocation); in allocationGenerateMipmaps()
210 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationRead() local
213 Device::getHal().AllocationRead(mContext, _allocation, _data, _sizeBytes); in allocationRead()
218 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation1DRead() local
224 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()
229 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationElementRead() local
237 …Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,… in allocationElementRead()
242 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation2DRead() local
252 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead()
257 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation3DRead() local
268 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
273 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationSyncAll() local
275 Device::getHal().AllocationSyncAll(mContext, _allocation, _usageType); in allocationSyncAll()
280 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationResize1D() local
282 Device::getHal().AllocationResize1D(mContext, _allocation, _dimX); in allocationResize1D()
322 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationIoSend() local
323 Device::getHal().AllocationIoSend(mContext, _allocation); in allocationIoSend()
328 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationIoReceive() local
329 Device::getHal().AllocationIoReceive(mContext, _allocation); in allocationIoReceive()
334 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationGetPointer() local
340 …void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _ar… in allocationGetPointer()
618 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in scriptBindAllocation() local
620 Device::getHal().ScriptBindAllocation(mContext, _script, _allocation, _slot); in scriptBindAllocation()