Lines Matching refs:m_lineWidth
98 float m_lineWidth; member in deqp::gles2::Functional::__anon6a6326e30111::BaseRenderingCase
110 , m_lineWidth (1.0f) in BaseRenderingCase()
130 if (m_lineWidth != 1.0f) in init()
135 if (m_lineWidth < range[0] || m_lineWidth > range[1]) in init()
136 …throw tcu::NotSupportedError(std::string("Support for line width ") + de::toString(m_lineWidth) + … in init()
206 gl.lineWidth (m_lineWidth); in drawPrimitives()
325 m_lineWidth = (m_primitiveWideness == PRIMITIVEWIDENESS_WIDE) ? (s_wideSize) : (1.0f); in BaseLineCase()
347 m_lineWidth = range[1]; in iterate()
369 scene.lineWidth = m_lineWidth; in iterate()
812 …essage << "Rendering " << outLines.size() << " lines(s): (width = " << m_lineWidth << ")" << tcu::… in generateLines()
875 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering line strip, width = " << m_lineWidth << … in generateLines()
938 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering line loop, width = " << m_lineWidth << "… in generateLines()
1621 m_lineWidth = lineWidth; in LineInterpolationTest()
1665 scene.lineWidth = m_lineWidth; in iterate()