Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3334 class ExtensionNotPresentError : public SystemError class
3337 ExtensionNotPresentError( std::string const & message ) in ExtensionNotPresentError() function in VULKAN_HPP_NAMESPACE::ExtensionNotPresentError
3339 ExtensionNotPresentError( char const * message ) in ExtensionNotPresentError() function in VULKAN_HPP_NAMESPACE::ExtensionNotPresentError
3518 case Result::eErrorExtensionNotPresent: throw ExtensionNotPresentError( message ); in throwResultException()
Dvulkan.hpp5677 class ExtensionNotPresentError : public SystemError class
5680 ExtensionNotPresentError( std::string const & message ) in ExtensionNotPresentError() function in VULKAN_HPP_NAMESPACE::ExtensionNotPresentError
5682 ExtensionNotPresentError( char const * message ) in ExtensionNotPresentError() function in VULKAN_HPP_NAMESPACE::ExtensionNotPresentError
5955 case Result::eErrorExtensionNotPresent: throw ExtensionNotPresentError( message ); in throwResultException()