Home
last modified time | relevance | path

Searched refs:CanPresentFn (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/gpu/vk/
DGrVkBackendContext.h50 using CanPresentFn = std::function<bool(VkInstance, VkPhysicalDevice, member
57 CanPresentFn = CanPresentFn());
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.h46 using CanPresentFn = GrVkBackendContext::CanPresentFn; variable
48 VulkanWindowContext(const DisplayParams&, CreateVkSurfaceFn, CanPresentFn);
DVulkanWindowContext.cpp32 CanPresentFn canPresent) in VulkanWindowContext()
/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp43 CanPresentFn canPresent) { in Create()