Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3263 VULKAN_HPP_INLINE const std::error_category& errorCategory() VULKAN_HPP_NOEXCEPT in errorCategory() function
3271 return std::error_code(static_cast<int>(e), errorCategory()); in make_error_code()
3276 return std::error_condition(static_cast<int>(e), errorCategory()); in make_error_condition()
Dvulkan.hpp5606 VULKAN_HPP_INLINE const std::error_category& errorCategory() VULKAN_HPP_NOEXCEPT in errorCategory() function
5614 return std::error_code(static_cast<int>(e), errorCategory()); in make_error_code()
5619 return std::error_condition(static_cast<int>(e), errorCategory()); in make_error_condition()