Searched refs:createVkSurface (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/viewer/sk_app/android/
H A DVulkanWindowContext_android.cpp17 auto createVkSurface = [window] (VkInstance instance) -> VkSurfaceKHR { local
41 WindowContext* ctx = new VulkanWindowContext(params, createVkSurface, canPresent);
/external/skia/tools/viewer/sk_app/unix/
H A DVulkanWindowContext_unix.cpp23 auto createVkSurface = [&info](VkInstance instance) -> VkSurfaceKHR { local
69 WindowContext* context = new VulkanWindowContext(displayParams, createVkSurface, canPresent);
/external/skia/tools/viewer/sk_app/win/
H A DVulkanWindowContext_win.cpp22 auto createVkSurface = [hwnd] (VkInstance instance) -> VkSurfaceKHR { local
62 WindowContext* ctx = new VulkanWindowContext(params, createVkSurface, canPresent);
/external/skia/tools/viewer/sk_app/
H A DVulkanWindowContext.cpp31 CreateVkSurfaceFn createVkSurface,
67 fSurface = createVkSurface(instance);
30 VulkanWindowContext(const DisplayParams& params, CreateVkSurfaceFn createVkSurface, CanPresentFn canPresent) argument

Completed in 217 milliseconds