Lines Matching refs:getLineWidth
126 virtual float getLineWidth (void) const;
375 gl.lineWidth (getLineWidth());
408 float BaseRenderingCase::getLineWidth (void) const
507 float getLineWidth (void) const;
576 const float lineWidth = getLineWidth();
640 float BaseLineCase::getLineWidth (void) const
1096 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << outLines.size() << " lines(s): (width = " << getLineWidth() << ")" << tcu::TestLog::EndMessage;
1159 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering line strip, width = " << getLineWidth() << ", " << outData.size() << " vertices." << tcu::TestLog::EndMessage;
1222 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering line loop, width = " << getLineWidth() << ", " << outData.size() << " vertices." << tcu::TestLog::EndMessage;
1919 float getLineWidth (void) const;
1986 const float lineWidth = getLineWidth();
2022 scene.lineWidth = getLineWidth();
2195 float LineInterpolationTest::getLineWidth (void) const