Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3464 : SystemError( make_error_code( Result::eErrorSurfaceLostKHR ), message ) {} in SurfaceLostKHRError()
3466 : SystemError( make_error_code( Result::eErrorSurfaceLostKHR ), message ) {} in SurfaceLostKHRError()
3532 case Result::eErrorSurfaceLostKHR: throw SurfaceLostKHRError( message ); in throwResultException()
Dvulkansc_enums.hpp267 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR, enumerator
Dvulkansc_to_string.hpp1295 case Result::eErrorSurfaceLostKHR : return "ErrorSurfaceLostKHR"; in to_string()
Dvulkan.hpp5780 : SystemError( make_error_code( Result::eErrorSurfaceLostKHR ), message ) {} in SurfaceLostKHRError()
5782 : SystemError( make_error_code( Result::eErrorSurfaceLostKHR ), message ) {} in SurfaceLostKHRError()
5966 case Result::eErrorSurfaceLostKHR: throw SurfaceLostKHRError( message ); in throwResultException()
Dvulkan_enums.hpp264 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR, enumerator
Dvulkan_to_string.hpp2703 case Result::eErrorSurfaceLostKHR : return "ErrorSurfaceLostKHR"; in to_string()