Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan.hpp6350 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) in NativeWindowInUseKHRError()
6353 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) in NativeWindowInUseKHRError()
6458 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()
Dvulkan_enums.hpp64 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator
118 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()
/external/swiftshader/include/vulkan/
Dvulkan.hpp5814 : SystemError(make_error_code(Result::eErrorNativeWindowInUseKHR), message) in NativeWindowInUseKHRError()
5817 : SystemError(make_error_code(Result::eErrorNativeWindowInUseKHR), message) in NativeWindowInUseKHRError()
5926 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError(message); in throwResultException()
Dvulkan_enums.hpp63 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator
117 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp5718 …ring const & message ) : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), messa… in NativeWindowInUseKHRError()
5719 …char const * message ) : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), messa… in NativeWindowInUseKHRError()
5805 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()
Dvulkan_enums.hpp64 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator
118 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()