Searched refs:PolygonMode (Results 1 – 7 of 7) sorted by relevance
193 .polygonMode = vkhpp::PolygonMode::eFill, in CanHandlePrecisionQualifierWithYuvSampler()
2750 VULKAN_HPP_INLINE std::string to_string( PolygonMode value ) in to_string()2754 case PolygonMode::eFill : return "Fill"; in to_string()2755 case PolygonMode::eLine : return "Line"; in to_string()2756 case PolygonMode::ePoint : return "Point"; in to_string()
4947 VULKAN_HPP_INLINE std::string to_string( PolygonMode value ) in to_string()4951 case PolygonMode::eFill : return "Fill"; in to_string()4952 case PolygonMode::eLine : return "Line"; in to_string()4953 case PolygonMode::ePoint : return "Point"; in to_string()4954 case PolygonMode::eFillRectangleNV : return "FillRectangleNV"; in to_string()
1917 enum class PolygonMode enum
3052 enum class PolygonMode enum
5562 …void setPolygonModeEXT( VULKAN_HPP_NAMESPACE::PolygonMode polygonMode ) const VULKAN_HPP_NOEXCEPT;19122 …VULKAN_HPP_INLINE void CommandBuffer::setPolygonModeEXT( VULKAN_HPP_NAMESPACE::PolygonMode polygon… in setPolygonModeEXT()
1295 #define glPolygonMode MANGLE(PolygonMode)