Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5830 class ImageUsageNotSupportedKHRError : public SystemError class
5833 ImageUsageNotSupportedKHRError( std::string const & message ) in ImageUsageNotSupportedKHRError() function in VULKAN_HPP_NAMESPACE::ImageUsageNotSupportedKHRError
5835 ImageUsageNotSupportedKHRError( char const * message ) in ImageUsageNotSupportedKHRError() function in VULKAN_HPP_NAMESPACE::ImageUsageNotSupportedKHRError
5972 case Result::eErrorImageUsageNotSupportedKHR: throw ImageUsageNotSupportedKHRError( message ); in throwResultException()