Home
last modified time | relevance | path

Searched refs:fMemoryAllocator (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/include/gpu/d3d/
H A DGrD3DBackendContext.h31 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; member
/third_party/skia/include/gpu/vk/
H A DGrVkBackendContext.h67 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; member
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
300 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; member in GrD3DGpu
H A DGrD3DGpu.cpp44 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make()
73 , fMemoryAllocator(std::move(allocator)) in GrD3DGpu()
/third_party/skia/tools/gpu/vk/
H A DVkTestContext.cpp93 fVk.fMemoryAllocator.reset();
H A DVkTestHelper.cpp97 fBackendContext.fMemoryAllocator.reset(); in cleanup()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.h63 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
415 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; member in GrVkGpu
H A DGrVkGpu.cpp183 sk_sp<GrVkMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make()
228 , fMemoryAllocator(std::move(memoryAllocator)) in GrVkGpu()
240 SkASSERT(fMemoryAllocator); in GrVkGpu()
296 fMemoryAllocator.reset(); in ~GrVkGpu()
2273 uint64_t allocatedMemory = fMemoryAllocator->totalAllocatedMemory(); in onReportSubmitHistograms()
2274 uint64_t usedMemory = fMemoryAllocator->totalUsedMemory(); in onReportSubmitHistograms()
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp414 fBackendContext.fMemoryAllocator.reset();

Completed in 14 milliseconds