Lines Matching defs:GEOMETRY_OUTPUT_POINTS
791 GEOMETRY_OUTPUT_POINTS = 0,
1350 else if (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS)
1405 else if (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS)
1518 const char* const geometryOutputPrimitive = (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS) ? ("points") : (m_geometryOutputType == GEOMETRY_OUTPUT_LINES) ? ("line_strip") : ("triangle_strip");
1520 const int numSingleVertexOutputVertices = (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS) ? (1) : (m_geometryOutputType == GEOMETRY_OUTPUT_LINES) ? (4) : (3);
1540 case GEOMETRY_OUTPUT_POINTS:
1620 case GEOMETRY_OUTPUT_POINTS: return "points";
3194 FeedbackPrimitiveTypeCase::GEOMETRY_OUTPUT_POINTS
3203 FeedbackPrimitiveTypeCase::GEOMETRY_OUTPUT_POINTS
3212 FeedbackPrimitiveTypeCase::GEOMETRY_OUTPUT_POINTS