Home
last modified time | relevance | path

Searched refs:eErrorVideoStdVersionNotSupportedKHR (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5879 : SystemError( make_error_code( Result::eErrorVideoStdVersionNotSupportedKHR ), message ) {} in VideoStdVersionNotSupportedKHRError()
5881 : SystemError( make_error_code( Result::eErrorVideoStdVersionNotSupportedKHR ), message ) {} in VideoStdVersionNotSupportedKHRError()
5977 …case Result::eErrorVideoStdVersionNotSupportedKHR: throw VideoStdVersionNotSupportedKHRError( mess… in throwResultException()
Dvulkan_enums.hpp276 eErrorVideoStdVersionNotSupportedKHR = VK_ERROR_VIDEO_STD_VERSION_NOT_SUPPORTED_KHR, enumerator
Dvulkan_to_string.hpp2715 … case Result::eErrorVideoStdVersionNotSupportedKHR : return "ErrorVideoStdVersionNotSupportedKHR"; in to_string()