Home
last modified time | relevance | path

Searched refs:eErrorExtensionNotPresent (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.cpp190 return gfxstream::unexpected(vkhpp::Result::eErrorExtensionNotPresent); in Load()
195 return gfxstream::unexpected(vkhpp::Result::eErrorExtensionNotPresent); in Load()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3338 : SystemError( make_error_code( Result::eErrorExtensionNotPresent ), message ) {} in ExtensionNotPresentError()
3340 : SystemError( make_error_code( Result::eErrorExtensionNotPresent ), message ) {} in ExtensionNotPresentError()
3518 case Result::eErrorExtensionNotPresent: throw ExtensionNotPresentError( message ); in throwResultException()
Dvulkansc_enums.hpp252 eErrorExtensionNotPresent = VK_ERROR_EXTENSION_NOT_PRESENT, enumerator
Dvulkansc_to_string.hpp1280 case Result::eErrorExtensionNotPresent : return "ErrorExtensionNotPresent"; in to_string()
Dvulkan.hpp5681 : SystemError( make_error_code( Result::eErrorExtensionNotPresent ), message ) {} in ExtensionNotPresentError()
5683 : SystemError( make_error_code( Result::eErrorExtensionNotPresent ), message ) {} in ExtensionNotPresentError()
5955 case Result::eErrorExtensionNotPresent: throw ExtensionNotPresentError( message ); in throwResultException()
Dvulkan_enums.hpp252 eErrorExtensionNotPresent = VK_ERROR_EXTENSION_NOT_PRESENT, enumerator
Dvulkan_to_string.hpp2691 case Result::eErrorExtensionNotPresent : return "ErrorExtensionNotPresent"; in to_string()