Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5875 class VideoStdVersionNotSupportedKHRError : public SystemError class
5878 VideoStdVersionNotSupportedKHRError( std::string const & message ) in VideoStdVersionNotSupportedKHRError() function in VULKAN_HPP_NAMESPACE::VideoStdVersionNotSupportedKHRError
5880 VideoStdVersionNotSupportedKHRError( char const * message ) in VideoStdVersionNotSupportedKHRError() function in VULKAN_HPP_NAMESPACE::VideoStdVersionNotSupportedKHRError
5977 …case Result::eErrorVideoStdVersionNotSupportedKHR: throw VideoStdVersionNotSupportedKHRError( mess… in throwResultException()