Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp3302 eRotate180 = VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR, enumerator
3320 | SurfaceTransformFlagBitsKHR::eRotate180
Dvulkansc_to_string.hpp1126 if ( value & SurfaceTransformFlagBitsKHR::eRotate180 ) result += "Rotate180 | "; in to_string()
3831 case SurfaceTransformFlagBitsKHR::eRotate180 : return "Rotate180"; in to_string()
Dvulkan_enums.hpp4681 eRotate180 = VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR, enumerator
4699 | SurfaceTransformFlagBitsKHR::eRotate180
Dvulkan_to_string.hpp1405 if ( value & SurfaceTransformFlagBitsKHR::eRotate180 ) result += "Rotate180 | "; in to_string()
6124 case SurfaceTransformFlagBitsKHR::eRotate180 : return "Rotate180"; in to_string()