Home
last modified time | relevance | path

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

/external/skia/include/gpu/d3d/
DGrD3DBackendContext.h31 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; member
/external/skqp/include/gpu/vk/
DGrVkBackendContext.h66 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; member
/external/skia/include/gpu/vk/
DGrVkBackendContext.h66 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; member
/external/skia/tools/gpu/vk/
DVkTestHelper.cpp97 fBackendContext.fMemoryAllocator.reset(); in cleanup()
DVkTestContext.cpp93 fVk.fMemoryAllocator.reset(); in teardown()
/external/skqp/src/gpu/vk/
DGrVkGpu.h53 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
264 sk_sp<GrVkMemoryAllocator> fMemoryAllocator; variable
DGrVkGpu.cpp143 , 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()
/external/skia/src/gpu/d3d/
DGrD3DGpu.h45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
274 sk_sp<GrD3DMemoryAllocator> fMemoryAllocator; variable
DGrD3DGpu.cpp44 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make()
73 , fMemoryAllocator(std::move(allocator)) in GrD3DGpu()
/external/skia/src/gpu/vk/
DGrVkGpu.h62 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
355 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()
2102 uint64_t allocatedMemory = fMemoryAllocator->totalAllocatedMemory(); in onReportSubmitHistograms()
2103 uint64_t usedMemory = fMemoryAllocator->totalUsedMemory(); in onReportSubmitHistograms()
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp221 fVk.fMemoryAllocator.reset(); in teardown()
/external/skia/tests/
DVkHardwareBufferTest.cpp414 fBackendContext.fMemoryAllocator.reset(); in cleanup()
/external/skqp/tests/
DVkHardwareBufferTest.cpp407 fBackendContext.fMemoryAllocator.reset(); in cleanup()