Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5903 class FullScreenExclusiveModeLostEXTError : public SystemError class
5906 FullScreenExclusiveModeLostEXTError( std::string const & message ) in FullScreenExclusiveModeLostEXTError() function in VULKAN_HPP_NAMESPACE::FullScreenExclusiveModeLostEXTError
5908 FullScreenExclusiveModeLostEXTError( char const * message ) in FullScreenExclusiveModeLostEXTError() function in VULKAN_HPP_NAMESPACE::FullScreenExclusiveModeLostEXTError
5981 …case Result::eErrorFullScreenExclusiveModeLostEXT: throw FullScreenExclusiveModeLostEXTError( mess… in throwResultException()