Home
last modified time | relevance | path

Searched refs:eAspectRatioStretch (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp6497 eAspectRatioStretch = VK_PRESENT_SCALING_ASPECT_RATIO_STRETCH_BIT_EXT, enumerator
6509 | PresentScalingFlagBitsEXT::eAspectRatioStretch
Dvulkan_to_string.hpp2137 if ( value & PresentScalingFlagBitsEXT::eAspectRatioStretch ) result += "AspectRatioStretch | "; in to_string()
7713 case PresentScalingFlagBitsEXT::eAspectRatioStretch : return "AspectRatioStretch"; in to_string()