Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/
DrsHidlAdaptation.cpp214 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()
[all …]
Drs_hal.h314 } allocation; member
/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp170 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation>* allocation) { in newLinearAllocation()
197 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) { in priorLinearAllocation()
DC2AllocatorGralloc.cpp1212 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1243 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
1291 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1297 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
1544 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1557 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
1598 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1604 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
DC2DmaBufAllocator.cpp375 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation>* allocation) { in newLinearAllocation()
416 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) { in priorLinearAllocation()
DC2AllocatorIon.cpp579 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation()
607 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
/frameworks/native/include/ui/
DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
/frameworks/native/libs/ui/include_vndk/ui/
DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
/frameworks/native/libs/ui/include/ui/
DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeExtensionController.java97 public FakeExtension(Object allocation) { in FakeExtension()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsRS.java79 final Allocation allocation = in loadTexture() local
/frameworks/av/media/codec2/core/include/
DC2Buffer.h653 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in newLinearAllocation()
678 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in priorLinearAllocation()
713 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in newGraphicAllocation()
738 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in priorGraphicAllocation()
/frameworks/av/media/codec2/vndk/platform/
DC2IgbaBuffer.cpp247 C2IGBA::Allocation allocation; in _fetchGraphicBlock() local