Home
last modified time | relevance | path

Searched defs:contextFactory (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/tools/testrunners/common/surface_manager/
DGaneshVulkanSurfaceManager.cpp19 GaneshVulkanSurfaceManager(std::unique_ptr<sk_gpu_test::GrContextFactory> contextFactory, in GaneshVulkanSurfaceManager()
64 auto contextFactory = std::make_unique<sk_gpu_test::GrContextFactory>(grContextOptions); in makeVulkanSurfaceManager() local
DGaneshGLSurfaceManager.cpp23 GaneshGLSurfaceManager(std::unique_ptr<sk_gpu_test::GrContextFactory> contextFactory, in GaneshGLSurfaceManager()
68 auto contextFactory = std::make_unique<sk_gpu_test::GrContextFactory>(grContextOptions); in makeGLESSurfaceManager() local