Home | History | Annotate | Download | only in functional

Lines Matching refs:getPointSize

123 	virtual float			getPointSize		(void) const;
370 gl.uniform1f (pointSizeLoc, getPointSize());
409 float BaseRenderingCase::getPointSize (void) const
648 float getPointSize (void) const;
713 const float pointSize = getPointSize();
764 float PointCase::getPointSize (void) const
808 outPoints[pointNdx].pointSize = getPointSize();
812 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << outPoints.size() << " point(s): (point size = " << getPointSize() << ")" << tcu::TestLog::EndMessage;