Searched refs:ecat (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 3253 SystemError( int ev, std::error_category const & ecat ) in SystemError() argument 3254 : Error(), std::system_error(ev, ecat) {} in SystemError() 3255 SystemError( int ev, std::error_category const & ecat, std::string const & what) in SystemError() argument 3256 : Error(), std::system_error(ev, ecat, what) {} in SystemError() 3257 SystemError( int ev, std::error_category const & ecat, char const * what) in SystemError() argument 3258 : Error(), std::system_error(ev, ecat, what) {} in SystemError()
|
D | vulkan.hpp | 5596 SystemError( int ev, std::error_category const & ecat ) in SystemError() argument 5597 : Error(), std::system_error(ev, ecat) {} in SystemError() 5598 SystemError( int ev, std::error_category const & ecat, std::string const & what) in SystemError() argument 5599 : Error(), std::system_error(ev, ecat, what) {} in SystemError() 5600 SystemError( int ev, std::error_category const & ecat, char const * what) in SystemError() argument 5601 : Error(), std::system_error(ev, ecat, what) {} in SystemError()
|