Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5870 : SystemError( make_error_code( Result::eErrorVideoProfileCodecNotSupportedKHR ), message ) {} in VideoProfileCodecNotSupportedKHRError()
5872 : SystemError( make_error_code( Result::eErrorVideoProfileCodecNotSupportedKHR ), message ) {} in VideoProfileCodecNotSupportedKHRError()
5976 …case Result::eErrorVideoProfileCodecNotSupportedKHR: throw VideoProfileCodecNotSupportedKHRError( … in throwResultException()
Dvulkan_enums.hpp275 eErrorVideoProfileCodecNotSupportedKHR = VK_ERROR_VIDEO_PROFILE_CODEC_NOT_SUPPORTED_KHR, enumerator
Dvulkan_to_string.hpp2714 …case Result::eErrorVideoProfileCodecNotSupportedKHR : return "ErrorVideoProfileCodecNotSupportedKH… in to_string()