Lines Matching refs:_allocation
97 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationGetType() local
98 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); in allocationGetType()
107 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped() local
108 return rs_to_hidl<Allocation>(_allocation); in allocationCreateTyped()
116 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap() local
117 return rs_to_hidl<Allocation>(_allocation); in allocationCreateFromBitmap()
125 …RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips… in allocationCubeCreateFromBitmap() local
126 return rs_to_hidl<Allocation>(_allocation); in allocationCubeCreateFromBitmap()
130 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationGetNativeWindow() local
131 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation); in allocationGetNativeWindow()
136 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationSetNativeWindow() local
138 Device::getHal().AllocationSetSurface(mContext, _allocation, _nativewindow); in allocationSetNativeWindow()
157 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationCopyToBitmap() local
160 Device::getHal().AllocationCopyToBitmap(mContext, _allocation, _data, _sizeBytes); in allocationCopyToBitmap()
165 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation1DWrite() local
171 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()
176 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationElementWrite() local
184 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite()
189 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation2DWrite() local
199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite()
204 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation3DWrite() local
215 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite()
220 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationGenerateMipmaps() local
221 Device::getHal().AllocationGenerateMipmaps(mContext, _allocation); in allocationGenerateMipmaps()
226 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationRead() local
229 Device::getHal().AllocationRead(mContext, _allocation, _data, _sizeBytes); in allocationRead()
234 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation1DRead() local
240 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()
245 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationElementRead() local
253 …Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,… in allocationElementRead()
258 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation2DRead() local
268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead()
273 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocation3DRead() local
284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
289 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationSyncAll() local
291 Device::getHal().AllocationSyncAll(mContext, _allocation, _usageType); in allocationSyncAll()
296 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationResize1D() local
298 Device::getHal().AllocationResize1D(mContext, _allocation, _dimX); in allocationResize1D()
338 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationIoSend() local
339 Device::getHal().AllocationIoSend(mContext, _allocation); in allocationIoSend()
344 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationIoReceive() local
345 Device::getHal().AllocationIoReceive(mContext, _allocation); in allocationIoReceive()
350 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in allocationGetPointer() local
356 …void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _ar… in allocationGetPointer()
634 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); in scriptBindAllocation() local
636 Device::getHal().ScriptBindAllocation(mContext, _script, _allocation, _slot); in scriptBindAllocation()