Lines Matching refs:lineWidth
375 gl.lineWidth (getLineWidth());
576 const float lineWidth = getLineWidth();
582 if (lineWidth <= m_maxLineWidth)
603 scene.lineWidth = lineWidth;
611 if (scene.lineWidth != 1.0f && m_numSamples > 1 && !compareOk)
622 m_testCtx.getLog() << tcu::TestLog::Message << "Line width " << lineWidth << " not supported, skipping iteration." << tcu::TestLog::EndMessage;
1986 const float lineWidth = getLineWidth();
1993 if (lineWidth <= m_maxLineWidth)
2022 scene.lineWidth = getLineWidth();
2046 if (scene.lineWidth != 1.0f && m_numSamples > 1)
2065 m_testCtx.getLog() << tcu::TestLog::Message << "Line width " << lineWidth << " not supported, skipping iteration." << tcu::TestLog::EndMessage;