Home
last modified time | relevance | path

Searched refs:totalAllocatedMemory (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/include/gpu/vk/
DGrVkMemoryAllocator.h85 virtual uint64_t totalAllocatedMemory() const = 0;
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.h43 uint64_t totalAllocatedMemory() const override;
DGrVkAMDMemoryAllocator.cpp270 uint64_t GrVkAMDMemoryAllocator::totalAllocatedMemory() const { in totalAllocatedMemory() function in GrVkAMDMemoryAllocator
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.h63 uint64_t totalAllocatedMemory() const override;
DGrVkAMDMemoryAllocator.cpp272 uint64_t GrVkAMDMemoryAllocator::totalAllocatedMemory() const { in totalAllocatedMemory() function in GrVkAMDMemoryAllocator
DGrVkGpu.cpp2130 uint64_t allocatedMemory = fMemoryAllocator->totalAllocatedMemory(); in onReportSubmitHistograms()
/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h135 virtual uint64_t totalAllocatedMemory() const = 0;