Searched refs:m_geometryOutputType (Results 1 – 1 of 1) sorted by relevance
834 const GeometryOutputType m_geometryOutputType; member in deqp::gles31::Functional::__anon934a963b0111::FeedbackPrimitiveTypeCase852 , m_geometryOutputType (geometryOutputType) in FeedbackPrimitiveTypeCase()898 …er transforms emitted primitives to " << getGeometryOutputDescription(m_geometryOutputType) << "\n" in init()1337 if (m_geometryOutputType == GEOMETRY_OUTPUT_TRIANGLES) in getNumGeneratedElementsPerPrimitive()1339 else if (m_geometryOutputType == GEOMETRY_OUTPUT_LINES) in getNumGeneratedElementsPerPrimitive()1341 else if (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS) in getNumGeneratedElementsPerPrimitive()1384 const int outputAmplification = (m_geometryOutputType == GEOMETRY_OUTPUT_LINES) ? (2) : (1); in getGeometryAmplification()1392 if (m_geometryOutputType == GEOMETRY_OUTPUT_TRIANGLES) in getOutputPrimitiveGLType()1394 else if (m_geometryOutputType == GEOMETRY_OUTPUT_LINES) in getOutputPrimitiveGLType()1396 else if (m_geometryOutputType == GEOMETRY_OUTPUT_POINTS) in getOutputPrimitiveGLType()[all …]