Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3469 class NativeWindowInUseKHRError : public SystemError class
3472 NativeWindowInUseKHRError( std::string const & message ) in NativeWindowInUseKHRError() function in VULKAN_HPP_NAMESPACE::NativeWindowInUseKHRError
3474 NativeWindowInUseKHRError( char const * message ) in NativeWindowInUseKHRError() function in VULKAN_HPP_NAMESPACE::NativeWindowInUseKHRError
3533 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()
Dvulkan.hpp5785 class NativeWindowInUseKHRError : public SystemError class
5788 NativeWindowInUseKHRError( std::string const & message ) in NativeWindowInUseKHRError() function in VULKAN_HPP_NAMESPACE::NativeWindowInUseKHRError
5790 NativeWindowInUseKHRError( char const * message ) in NativeWindowInUseKHRError() function in VULKAN_HPP_NAMESPACE::NativeWindowInUseKHRError
5967 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()