Searched refs:fMemoryAllocator (Results 1 – 16 of 16) sorted by relevance
31 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; member
66 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; member
45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()292 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; variable
44 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make()73 , fMemoryAllocator(std::move(allocator)) in GrD3DGpu()
97 fBackendContext.fMemoryAllocator.reset(); in cleanup()
93 fVk.fMemoryAllocator.reset(); in teardown()
52 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()283 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; variable
160 , fMemoryAllocator(backendContext.fMemoryAllocator) in GrVkGpu()171 if (!fMemoryAllocator) { in GrVkGpu()173 fMemoryAllocator.reset(new GrVkAMDMemoryAllocator(backendContext.fPhysicalDevice, in GrVkGpu()275 fMemoryAllocator.reset(); in destroyResources()310 fMemoryAllocator.reset(); in disconnect()
62 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()383 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()2130 uint64_t allocatedMemory = fMemoryAllocator->totalAllocatedMemory(); in onReportSubmitHistograms()2131 uint64_t usedMemory = fMemoryAllocator->totalUsedMemory(); in onReportSubmitHistograms()
221 fVk.fMemoryAllocator.reset(); in teardown()
104 fBackendContext.fMemoryAllocator.reset(); in ~VkYcbcrSamplerTestHelper()
127 fBackendContext.fMemoryAllocator.reset(); in cleanup()
410 fBackendContext.fMemoryAllocator.reset(); in cleanup()
414 fBackendContext.fMemoryAllocator.reset(); in cleanup()