Home
last modified time | relevance | path

Searched refs:eErrorNativeWindowInUseKHR (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp6216 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) in NativeWindowInUseKHRError()
6219 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) in NativeWindowInUseKHRError()
6322 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()
Dvulkan_enums.hpp62 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator
114 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6380 …ring const & message ) : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), messa… in NativeWindowInUseKHRError()
6382 …char const * message ) : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), messa… in NativeWindowInUseKHRError()
6568 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()
Dvulkan_enums.hpp257 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator
Dvulkan_to_string.hpp3553 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()