Searched refs:GEOMETRY_OUTPUT_POINTS (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp783 GEOMETRY_OUTPUT_POINTS = 0, enumerator in enum:deqp::gles31::Functional::__anon4883::FeedbackPrimitiveTypeCase::GeometryOutputType
1341 else if (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS)
1396 else if (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS)
1509 const char* const geometryOutputPrimitive = (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS) ? ("points") : (m_geometryOutputType == GEOMETRY_OUTPUT_LINES) ? ("line_strip") : ("triangle_strip");
1511 const int numSingleVertexOutputVertices = (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS) ? (1) : (m_geometryOutputType == GEOMETRY_OUTPUT_LINES) ? (4) : (3);
1531 case GEOMETRY_OUTPUT_POINTS:
1611 case GEOMETRY_OUTPUT_POINTS: return "points";
3164 FeedbackPrimitiveTypeCase::GEOMETRY_OUTPUT_POINTS
3173 FeedbackPrimitiveTypeCase::GEOMETRY_OUTPUT_POINTS
3182 FeedbackPrimitiveTypeCase::GEOMETRY_OUTPUT_POINTS
[all...]

Completed in 217 milliseconds