Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3397 class OutOfPoolMemoryError : public SystemError class
3400 OutOfPoolMemoryError( std::string const & message ) in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError
3402 OutOfPoolMemoryError( char const * message ) in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError
3525 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
Dvulkan.hpp5740 class OutOfPoolMemoryError : public SystemError class
5743 OutOfPoolMemoryError( std::string const & message ) in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError
5745 OutOfPoolMemoryError( char const * message ) in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError
5962 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()