Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp6022 class OutOfHostMemoryError : public SystemError class
6025 OutOfHostMemoryError( std::string const & message ) in OutOfHostMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfHostMemoryError
6028 OutOfHostMemoryError( char const * message ) in OutOfHostMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfHostMemoryError
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6233 class OutOfHostMemoryError : public SystemError class
6236OutOfHostMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfHostMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfHostMemoryError
6238OutOfHostMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfHo… in OutOfHostMemoryError() function in VULKAN_HPP_NAMESPACE::OutOfHostMemoryError