Searched refs:pointMode (Results 1 – 1 of 1) sorted by relevance
1581 …ationOutputDescription (TessellationOutputType tessellationOutput, TessellationPointMode pointMode) in getTessellationOutputDescription() argument1585 …case TESSELLATION_OUT_TRIANGLES: return (pointMode) ? ("points (triangles in point mode)") : ("tri… in getTessellationOutputDescription()1586 …case TESSELLATION_OUT_QUADS: return (pointMode) ? ("points (quads in point mode)") : ("quads"… in getTessellationOutputDescription()1587 …case TESSELLATION_OUT_ISOLINES: return (pointMode) ? ("points (isolines in point mode)") : ("iso… in getTessellationOutputDescription()1594 …ometryInputDescription (TessellationOutputType tessellationOutput, TessellationPointMode pointMode) in getGeometryInputDescription() argument1598 case TESSELLATION_OUT_TRIANGLES: return (pointMode) ? ("points") : ("triangles"); in getGeometryInputDescription()1599 case TESSELLATION_OUT_QUADS: return (pointMode) ? ("points") : ("triangles"); in getGeometryInputDescription()1600 case TESSELLATION_OUT_ISOLINES: return (pointMode) ? ("points") : ("lines"); in getGeometryInputDescription()