Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5852 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) {} in VideoProfileOperationNotSupportedKHRError()
5854 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) {} in VideoProfileOperationNotSupportedKHRError()
5974 …case Result::eErrorVideoProfileOperationNotSupportedKHR: throw VideoProfileOperationNotSupportedKH… in throwResultException()
Dvulkan_enums.hpp273 eErrorVideoProfileOperationNotSupportedKHR = VK_ERROR_VIDEO_PROFILE_OPERATION_NOT_SUPPORTED_KHR, enumerator
Dvulkan_to_string.hpp2712 …case Result::eErrorVideoProfileOperationNotSupportedKHR : return "ErrorVideoProfileOperationNotSup… in to_string()