Searched refs:OutOfPoolMemoryError (Results 1 – 3 of 3) sorted by relevance
6158 class OutOfPoolMemoryError : public SystemError class6161 OutOfPoolMemoryError( std::string const & message ) in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError6164 OutOfPoolMemoryError( char const * message ) in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError6317 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
6337 class OutOfPoolMemoryError : public SystemError class6340 …OutOfPoolMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError6342 …OutOfPoolMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPo… in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError6563 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
890 using VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError;