Home
last modified time | relevance | path

Searched refs:eErrorLayerNotPresent (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3329 : SystemError( make_error_code( Result::eErrorLayerNotPresent ), message ) {} in LayerNotPresentError()
3331 : SystemError( make_error_code( Result::eErrorLayerNotPresent ), message ) {} in LayerNotPresentError()
3517 case Result::eErrorLayerNotPresent: throw LayerNotPresentError( message ); in throwResultException()
Dvulkansc_enums.hpp251 eErrorLayerNotPresent = VK_ERROR_LAYER_NOT_PRESENT, enumerator
Dvulkansc_to_string.hpp1279 case Result::eErrorLayerNotPresent : return "ErrorLayerNotPresent"; in to_string()
Dvulkan.hpp5672 : SystemError( make_error_code( Result::eErrorLayerNotPresent ), message ) {} in LayerNotPresentError()
5674 : SystemError( make_error_code( Result::eErrorLayerNotPresent ), message ) {} in LayerNotPresentError()
5954 case Result::eErrorLayerNotPresent: throw LayerNotPresentError( message ); in throwResultException()
Dvulkan_enums.hpp251 eErrorLayerNotPresent = VK_ERROR_LAYER_NOT_PRESENT, enumerator
Dvulkan_to_string.hpp2690 case Result::eErrorLayerNotPresent : return "ErrorLayerNotPresent"; in to_string()