Home | History | Annotate | Download | only in functional

Lines Matching full:geometryoutputprimitive

411 	const char* const	geometryOutputPrimitive			= (m_case == CASE_ISOLINES) ? ("line_strip") : ("triangle_strip");
418 "layout(" << geometryOutputPrimitive << ", max_vertices=" << numEmitVertices <<") out;\n"
712 const char* const geometryOutputPrimitive = (m_case == CASE_ISOLINES) ? ("line_strip") : ("triangle_strip");
719 "layout(" << geometryOutputPrimitive << ", max_vertices=" << numEmitVertices <<") out;\n"
1509 const char* const geometryOutputPrimitive = (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS) ? ("points") : (m_geometryOutputType == GEOMETRY_OUTPUT_LINES) ? ("line_strip") : ("triangle_strip");
1518 "layout(" << geometryOutputPrimitive << ", max_vertices=" << numEmitVertices <<") out;\n"