Lines Matching refs:CASE_ISOLINES
136 CASE_ISOLINES, enumerator
359 else if (m_case == CASE_ISOLINES) in getTessellationControlSource()
393 else if (m_case == CASE_QUADS || m_case == CASE_ISOLINES) in getTessellationEvaluationSource()
410 const char* const geometryInputPrimitive = (m_case == CASE_ISOLINES) ? ("lines") : ("triangles"); in getGeometrySource()
411 …const char* const geometryOutputPrimitive = (m_case == CASE_ISOLINES) ? ("line_strip") : ("trian… in getGeometrySource()
412 const int numEmitVertices = (m_case == CASE_ISOLINES) ? (2) : (3); in getGeometrySource()
442 CASE_ISOLINES, enumerator
666 else if (m_case == CASE_ISOLINES) in getTessellationControlSource()
697 else if (m_case == CASE_ISOLINES) in getTessellationEvaluationSource()
711 const char* const geometryInputPrimitive = (m_case == CASE_ISOLINES) ? ("lines") : ("triangles"); in getGeometrySource()
712 …const char* const geometryOutputPrimitive = (m_case == CASE_ISOLINES) ? ("line_strip") : ("triangl… in getGeometrySource()
713 const int numEmitVertices = (m_case == CASE_ISOLINES) ? (11) : (8); in getGeometrySource()
743 else if (m_case == CASE_ISOLINES) in getGeometrySource()
3076 …_change", "Passthrough geometry shader has no effect", IdentityGeometryShaderCase::CASE_ISOLINES)); in init()
3081 … "Passthrough tessellation shader has no effect", IdentityTessellationShaderCase::CASE_ISOLINES)); in init()