Searched refs:CASE_ISOLINES (Results 1 – 1 of 1) sorted by relevance
136 CASE_ISOLINES, enumerator359 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, enumerator666 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()[all …]