Home | History | Annotate | Download | only in functional

Lines Matching refs:getLineWidth

122 	virtual float			getLineWidth		(void) const;
371 gl.lineWidth (getLineWidth());
404 float BaseRenderingCase::getLineWidth (void) const
503 float getLineWidth (void) const;
572 const float lineWidth = getLineWidth();
633 float BaseLineCase::getLineWidth (void) const
1089 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << outLines.size() << " lines(s): (width = " << getLineWidth() << ")" << tcu::TestLog::EndMessage;
1152 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering line strip, width = " << getLineWidth() << ", " << outData.size() << " vertices." << tcu::TestLog::EndMessage;
1215 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering line loop, width = " << getLineWidth() << ", " << outData.size() << " vertices." << tcu::TestLog::EndMessage;
1912 float getLineWidth (void) const;
1979 const float lineWidth = getLineWidth();
2015 scene.lineWidth = getLineWidth();
2184 float LineInterpolationTest::getLineWidth (void) const