Home | History | Annotate | Download | only in vulkan

Lines Matching refs:eRotate270

15056     eRotate270 = VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR,
20624 case SurfaceTransformFlagBitsKHR::eRotate270: return "Rotate270";
20641 if (value & SurfaceTransformFlagBitsKHR::eRotate270) result += "Rotate270 | ";