Home
last modified time | relevance | path

Searched refs:DeviceLostError (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3307 class DeviceLostError : public SystemError class
3310 DeviceLostError( std::string const & message ) in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
3312 DeviceLostError( char const * message ) in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
3515 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()
Dvulkan.hpp5650 class DeviceLostError : public SystemError class
5653 DeviceLostError( std::string const & message ) in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
5655 DeviceLostError( char const * message ) in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
5952 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()