Lines Matching defs:allocation

214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation)  in AllocationGetType()
426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, in AllocationCreateTyped() local
441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, in AllocationCreateFromBitmap() local
455 …uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (Allocatio… in AllocationCubeCreateFromBitmap() local
459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) in AllocationGetSurface()
466 void RsHidlAdaptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWi… in AllocationSetSurface()
549 void RsHidlAdaptation::AllocationCopyToBitmap (RsContext context, RsAllocation allocation, void *da… in AllocationCopyToBitmap()
556 void RsHidlAdaptation::Allocation1DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation1DData()
566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_… in Allocation1DElementData()
577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementData()
588 void RsHidlAdaptation::Allocation2DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation2DData()
600 void RsHidlAdaptation::Allocation3DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation3DData()
611 void RsHidlAdaptation::AllocationGenerateMipmaps (RsContext context, RsAllocation allocation) in AllocationGenerateMipmaps()
618 void RsHidlAdaptation::AllocationRead (RsContext context, RsAllocation allocation, void *data, size… in AllocationRead()
625 void RsHidlAdaptation::Allocation1DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation1DRead()
633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementRead()
641 void RsHidlAdaptation::Allocation2DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation2DRead()
650 void RsHidlAdaptation::Allocation3DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation3DRead()
658 void RsHidlAdaptation::AllocationSyncAll (RsContext context, RsAllocation allocation, RsAllocationU… in AllocationSyncAll()
666 void RsHidlAdaptation::AllocationResize1D (RsContext context, RsAllocation allocation, uint32_t dim… in AllocationResize1D()
721 …ation::ScriptBindAllocation (RsContext context, RsScript script, RsAllocation allocation, uint32_t… in ScriptBindAllocation()
1030 void RsHidlAdaptation::AllocationIoSend (RsContext context, RsAllocation allocation) in AllocationIoSend()
1036 int64_t RsHidlAdaptation::AllocationIoReceive (RsContext context, RsAllocation allocation) in AllocationIoReceive()
1045 void * RsHidlAdaptation::AllocationGetPointer (RsContext context, RsAllocation allocation, in AllocationGetPointer()
1063 void RsHidlAdaptation::AllocationSetupBufferQueue (RsContext context, RsAllocation allocation, uint… in AllocationSetupBufferQueue()