Searched defs:ecat (Results 1 - 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan.hpp | 5993 SystemError( int ev, std::error_category const & ecat, std::string const & what ) in SystemError() argument 5996 SystemError( int ev, std::error_category const & ecat, char const * what ) in SystemError() argument
|
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan.hpp | 6207 SystemError( int ev, std::error_category const & ecat, std::string const & what ) : Error(), std::system_error( ev, ecat, what ) {} in SystemError() argument 6209 SystemError( int ev, std::error_category const & ecat, char const * what ) : Error(), std::system_error( ev, ecat, what ) {} in SystemError() argument
|
Completed in 42 milliseconds