Searched refs:eErrorNativeWindowInUseKHR (Results 1 – 5 of 5) sorted by relevance
6216 : 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()
62 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator114 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()
6380 …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()
257 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator
3553 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()