Home
last modified time | relevance | path

Searched refs:eRotate90 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp3301 eRotate90 = VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR, enumerator
3319 | SurfaceTransformFlagBitsKHR::eRotate90
Dvulkansc_to_string.hpp1125 if ( value & SurfaceTransformFlagBitsKHR::eRotate90 ) result += "Rotate90 | "; in to_string()
3830 case SurfaceTransformFlagBitsKHR::eRotate90 : return "Rotate90"; in to_string()
Dvulkan_enums.hpp4680 eRotate90 = VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR, enumerator
4698 | SurfaceTransformFlagBitsKHR::eRotate90
Dvulkan_to_string.hpp1404 if ( value & SurfaceTransformFlagBitsKHR::eRotate90 ) result += "Rotate90 | "; in to_string()
6123 case SurfaceTransformFlagBitsKHR::eRotate90 : return "Rotate90"; in to_string()