Home
last modified time | relevance | path

Searched refs:VK_ERROR_SURFACE_LOST_KHR (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DXcbSurfaceKHR.cpp68 return VK_ERROR_SURFACE_LOST_KHR; in getSurfaceCapabilities()
106 return VK_ERROR_SURFACE_LOST_KHR; in present()
H A DWin32SurfaceKHR.cpp29 return VK_ERROR_SURFACE_LOST_KHR; in getWindowSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanError.cpp64 case VK_ERROR_SURFACE_LOST_KHR: in VkResultAsString()
65 return "VK_ERROR_SURFACE_LOST_KHR"; in VkResultAsString()
H A DSwapChainVk.cpp551 case VK_ERROR_SURFACE_LOST_KHR: in PresentImpl()
612 case VK_ERROR_SURFACE_LOST_KHR: in GetCurrentTextureViewInternal()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c666 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_capabilities()
678 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_capabilities()
779 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_formats()
804 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_formats2()
858 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_present_rectangles()
1136 return x11_swapchain_result(chain, VK_ERROR_SURFACE_LOST_KHR); in x11_acquire_next_image_poll_x11()
1283 return x11_swapchain_result(chain, VK_ERROR_SURFACE_LOST_KHR); in x11_present_to_x11_dri3()
1385 result = VK_ERROR_SURFACE_LOST_KHR; in x11_acquire_next_image()
1593 result = VK_ERROR_SURFACE_LOST_KHR; in x11_manage_fifo_queues()
1990 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_create_swapchain()
[all...]
H A Dwsi_common_display.c1389 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_acquire_next_image()
1497 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_setup_connector()
1508 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_setup_connector()
1517 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_setup_connector()
1535 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_setup_connector()
1804 return VK_ERROR_SURFACE_LOST_KHR; in _wsi_display_queue_next()
1885 return VK_ERROR_SURFACE_LOST_KHR; in _wsi_display_queue_next()
H A Dwsi_common_wayland.c579 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_wl_display_init()
781 return VK_ERROR_SURFACE_LOST_KHR; in wsi_wl_surface_get_formats()
820 return VK_ERROR_SURFACE_LOST_KHR; in wsi_wl_surface_get_formats2()
H A Dwsi_common_win32.c127 return VK_ERROR_SURFACE_LOST_KHR; in wsi_win32_surface_get_capabilities()
/third_party/glfw/src/
H A Dvulkan.c202 case VK_ERROR_SURFACE_LOST_KHR: in _glfwGetVulkanResultString()
H A Dinternal.h311 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp506 if (VK_ERROR_SURFACE_LOST_KHR == res) { in getBackbufferSurface()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp401 return VK_ERROR_SURFACE_LOST_KHR; in createSurface()
404 return VK_ERROR_SURFACE_LOST_KHR; in createSurface()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h483 case (VK_ERROR_SURFACE_LOST_KHR):
484 return os << "VK_ERROR_SURFACE_LOST_KHR";
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c730 return vn_error(dev->instance, VK_ERROR_SURFACE_LOST_KHR); in vn_AcquireImageANDROID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp298 case VK_ERROR_SURFACE_LOST_KHR: in VulkanResultString()
/third_party/ffmpeg/libavutil/
H A Dvulkan.c81 CASE(VK_ERROR_SURFACE_LOST_KHR); in ff_vk_ret2str()
H A Dhwcontext_vulkan.c382 CASE(VK_ERROR_SURFACE_LOST_KHR); in vk_ret2str()
/third_party/glfw/deps/glad/
H A Dvulkan.h1110 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp256 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR,
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h153 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h163 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h164 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h163 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator
H A Dvulkan_enums.hpp61 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h163 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator

Completed in 465 milliseconds

12