Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3311 : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()
3313 : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()
3515 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()
Dvulkansc_enums.hpp249 eErrorDeviceLost = VK_ERROR_DEVICE_LOST, enumerator
Dvulkansc_to_string.hpp1277 case Result::eErrorDeviceLost : return "ErrorDeviceLost"; in to_string()
Dvulkan.hpp5654 : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()
5656 : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()
5952 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()
Dvulkan_enums.hpp249 eErrorDeviceLost = VK_ERROR_DEVICE_LOST, enumerator
Dvulkan_to_string.hpp2688 case Result::eErrorDeviceLost : return "ErrorDeviceLost"; in to_string()