Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3280 class OutOfHostMemoryError : public SystemError class
3283 OutOfHostMemoryError( std::string const & message ) in OutOfHostMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfHostMemoryError
3285 OutOfHostMemoryError( char const * message ) in OutOfHostMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfHostMemoryError
3512 case Result::eErrorOutOfHostMemory: throw OutOfHostMemoryError( message ); in throwResultException()
Dvulkan.hpp5623 class OutOfHostMemoryError : public SystemError class
5626 OutOfHostMemoryError( std::string const & message ) in OutOfHostMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfHostMemoryError
5628 OutOfHostMemoryError( char const * message ) in OutOfHostMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfHostMemoryError
5949 case Result::eErrorOutOfHostMemory: throw OutOfHostMemoryError( message ); in throwResultException()