Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1581 …ationOutputDescription (TessellationOutputType tessellationOutput, TessellationPointMode pointMode) in getTessellationOutputDescription() argument
1585 …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() argument
1598 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()