Searched refs:fMemoryAllocator (Results 1 – 9 of 9) sorted by relevance
31 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; member
67 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()
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()
414 fBackendContext.fMemoryAllocator.reset(); in cleanup()