Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp6158 class OutOfPoolMemoryError : public SystemError class
6161 OutOfPoolMemoryError( std::string const & message ) in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError
6164 OutOfPoolMemoryError( char const * message ) in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6686 class OutOfPoolMemoryError : public SystemError class
6689OutOfPoolMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError
6691OutOfPoolMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPo… in OutOfPoolMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfPoolMemoryError