Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 9 of 9) 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/base/libs/hwui/utils/
DFatVector.h57 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
/frameworks/base/packages/SystemUI/tests/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.h649 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in newLinearAllocation()
673 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in priorLinearAllocation()
707 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in newGraphicAllocation()
731 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in priorGraphicAllocation()
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp938 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1065 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
1134 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1140 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
DC2AllocatorIon.cpp584 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation()
612 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java533 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local
626 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local
748 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local