Searched refs:fMemoryAllocator (Results 1 – 14 of 14) sorted by relevance
31 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; member
66 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; member
97 fBackendContext.fMemoryAllocator.reset(); in cleanup()
93 fVk.fMemoryAllocator.reset(); in teardown()
53 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()264 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; variable
143 , fMemoryAllocator(backendContext.fMemoryAllocator) in GrVkGpu()153 if (!fMemoryAllocator) { in GrVkGpu()155 fMemoryAllocator.reset(new GrVkAMDMemoryAllocator(backendContext.fPhysicalDevice, in GrVkGpu()251 fMemoryAllocator.reset(); in destroyResources()287 fMemoryAllocator.reset(); in disconnect()
45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()274 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; variable
44 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make()73 , fMemoryAllocator(std::move(allocator)) in GrD3DGpu()
62 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()355 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; variable
180 sk_sp<GrVkMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make()212 , fMemoryAllocator(std::move(memoryAllocator)) in GrVkGpu()223 SkASSERT(fMemoryAllocator); in GrVkGpu()278 fMemoryAllocator.reset(); in ~GrVkGpu()2102 uint64_t allocatedMemory = fMemoryAllocator->totalAllocatedMemory(); in onReportSubmitHistograms()2103 uint64_t usedMemory = fMemoryAllocator->totalUsedMemory(); in onReportSubmitHistograms()
221 fVk.fMemoryAllocator.reset(); in teardown()
414 fBackendContext.fMemoryAllocator.reset(); in cleanup()
407 fBackendContext.fMemoryAllocator.reset(); in cleanup()