Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3473 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) {} in NativeWindowInUseKHRError()
3475 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) {} in NativeWindowInUseKHRError()
3533 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()
Dvulkansc_enums.hpp268 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator
Dvulkansc_to_string.hpp1296 case Result::eErrorNativeWindowInUseKHR : return "ErrorNativeWindowInUseKHR"; in to_string()
Dvulkan.hpp5789 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) {} in NativeWindowInUseKHRError()
5791 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) {} in NativeWindowInUseKHRError()
5967 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()
Dvulkan_enums.hpp265 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator
Dvulkan_to_string.hpp2704 case Result::eErrorNativeWindowInUseKHR : return "ErrorNativeWindowInUseKHR"; in to_string()