Searched defs:allocation (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/ |
D | rsHidlAdaptation.cpp | 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() [all …]
|
D | rs_hal.h | 314 } allocation; member
|
/frameworks/base/libs/hwui/utils/ |
D | FatVector.h | 57 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeExtensionController.java | 97 public FakeExtension(Object allocation) { in FakeExtension()
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | BallsRS.java | 79 final Allocation allocation = in loadTexture() local
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 649 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/ |
D | C2AllocatorGralloc.cpp | 938 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()
|
D | C2AllocatorIon.cpp | 584 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/ |
D | BackingStore.java | 533 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
|