Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp411 …const char* const geometryOutputPrimitive = (m_case == CASE_ISOLINES) ? ("line_strip") : ("trian… in getGeometrySource() local
418 "layout(" << geometryOutputPrimitive << ", max_vertices=" << numEmitVertices <<") out;\n" in getGeometrySource()
712 …const char* const geometryOutputPrimitive = (m_case == CASE_ISOLINES) ? ("line_strip") : ("triangl… in getGeometrySource() local
719 "layout(" << geometryOutputPrimitive << ", max_vertices=" << numEmitVertices <<") out;\n" in getGeometrySource()
1509 …const char* const geometryOutputPrimitive = (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS) ? (… in getGeometrySource() local
1518 "layout(" << geometryOutputPrimitive << ", max_vertices=" << numEmitVertices <<") out;\n" in getGeometrySource()