Home
last modified time | relevance | path

Searched refs:fMemoryAllocator (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/include/gpu/d3d/
DGrD3DBackendContext.h31 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; member
/third_party/flutter/skia/include/gpu/vk/
DGrVkBackendContext.h66 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; member
/third_party/skia/include/gpu/vk/
DGrVkBackendContext.h66 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; member
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
292 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; variable
DGrD3DGpu.cpp44 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make()
73 , fMemoryAllocator(std::move(allocator)) in GrD3DGpu()
/third_party/skia/tools/gpu/vk/
DVkTestHelper.cpp97 fBackendContext.fMemoryAllocator.reset(); in cleanup()
DVkTestContext.cpp93 fVk.fMemoryAllocator.reset(); in teardown()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h52 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
283 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; variable
DGrVkGpu.cpp160 , 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()
/third_party/skia/src/gpu/vk/
DGrVkGpu.h62 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
383 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; variable
DGrVkGpu.cpp180 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()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp221 fVk.fMemoryAllocator.reset(); in teardown()
/third_party/flutter/skia/tests/
DVkYcbcrSamplerTest.cpp104 fBackendContext.fMemoryAllocator.reset(); in ~VkYcbcrSamplerTestHelper()
DVkProtectedContextTest.cpp127 fBackendContext.fMemoryAllocator.reset(); in cleanup()
DVkHardwareBufferTest.cpp410 fBackendContext.fMemoryAllocator.reset(); in cleanup()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp414 fBackendContext.fMemoryAllocator.reset(); in cleanup()