Home
last modified time | relevance | path

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

123

/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsCopyTests.cpp40 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
76 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
113 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
154 Allocation allocation = context->allocationCreateFromBitmap(type, in TEST_P() local
299 Allocation allocation = context->allocationCreateFromBitmap(type, in TEST_P() local
357 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::FULL, in TEST_P() local
403 Allocation allocation = context->allocationCubeCreateFromBitmap( in TEST_P() local
464 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
H A DVtsScriptTests.cpp214 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
262 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
306 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
438 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
515 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
H A DVtsMiscellaneousTests.cpp56 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
120 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
/aosp12/system/chre/util/tests/
H A Dmemory_pool_test.cc62 size_t *allocation; member
78 AllocationExpectedValuePair allocation = { in TEST() local
/aosp12/system/bt/osi/src/
H A Dallocation_tracker.cc87 allocation_t* allocation = entry.second; in allocation_tracker_expect_no_allocations() local
113 allocation_t* allocation; in allocation_tracker_notify_alloc() local
143 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free() local
/aosp12/frameworks/rs/
H A 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
459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) in AllocationGetSurface()
466 void RsHidlAdaptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWi… in AllocationSetSurface()
566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_… in Allocation1DElementData()
611 void RsHidlAdaptation::AllocationGenerateMipmaps (RsContext context, RsAllocation allocation) in AllocationGenerateMipmaps()
666 void RsHidlAdaptation::AllocationResize1D (RsContext context, RsAllocation allocation, uint32_t dim… in AllocationResize1D()
1030 void RsHidlAdaptation::AllocationIoSend (RsContext context, RsAllocation allocation) in AllocationIoSend()
1036 int64_t RsHidlAdaptation::AllocationIoReceive (RsContext context, RsAllocation allocation) in AllocationIoReceive()
[all …]
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp96 Return<Type> Context::allocationGetType(Allocation allocation) { in allocationGetType()
129 Return<NativeWindow> Context::allocationGetNativeWindow(Allocation allocation) { in allocationGetNativeWindow()
135 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) { in allocationSetNativeWindow()
156 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) { in allocationCopyToBitmap()
219 Return<void> Context::allocationGenerateMipmaps(Allocation allocation) { in allocationGenerateMipmaps()
225 Return<void> Context::allocationRead(Allocation allocation, Ptr data, Size sizeBytes) { in allocationRead()
288 Return<void> Context::allocationSyncAll(Allocation allocation, AllocationUsageType usageType) { in allocationSyncAll()
295 Return<void> Context::allocationResize1D(Allocation allocation, uint32_t dimX) { in allocationResize1D()
337 Return<void> Context::allocationIoSend(Allocation allocation) { in allocationIoSend()
343 Return<void> Context::allocationIoReceive(Allocation allocation) { in allocationIoReceive()
[all …]
/aosp12/frameworks/av/media/codec2/vndk/
H A 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()
H A DC2AllocatorGralloc.cpp870 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
901 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
949 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
955 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
H A DC2DmaBufAllocator.cpp371 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation>* allocation) { in newLinearAllocation()
412 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) { in priorLinearAllocation()
H A DC2AllocatorIon.cpp581 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation()
609 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
/aosp12/frameworks/native/include/ui/
H A DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
/aosp12/bionic/libc/stdio/
H A Dfmemopen.cpp41 char* allocation; member
H A Dvfscanf.cpp101 void* allocation = nullptr; // Allocated but unassigned result for %mc/%ms/%m[. in __svfscanf() local
/aosp12/system/memory/libmemunreachable/
H A DLeakFolding.cpp75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) { in FoldLeaks()
H A DHeapWalker.h141 HeapWalker::AllocationInfo& allocation = it.second; in ForEachAllocation() local
H A DAllocator.cpp390 MapAllocation* allocation = reinterpret_cast<MapAllocation*>(AllocLocked(sizeof(MapAllocation))); in MapAlloc() local
405 MapAllocation** allocation = &map_allocation_list_; in MapFree() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeExtensionController.java97 public FakeExtension(Object allocation) { in FakeExtension()
/aosp12/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java79 final Allocation allocation = in loadTexture() local
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A 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
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Buffer.h650 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in newLinearAllocation()
675 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in priorLinearAllocation()
710 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in newGraphicAllocation()
735 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in priorGraphicAllocation()
/aosp12/bionic/libc/bionic/
H A Dfdsan.cpp86 void* allocation = in at() local
H A Dpthread_create.cpp74 void* allocation = mmap(nullptr, allocation_size, in __allocate_temp_bionic_tls() local

123