Home | History | Annotate | Download | only in glshared

Lines Matching refs:Vec2

36 using tcu::Vec2;
60 LineParameters theilSenLinearRegression (const std::vector<tcu::Vec2>& dataPoints)
72 const Vec2& ptA = dataPoints[i];
76 const Vec2& ptB = dataPoints[j];
120 LineParametersWithConfidence theilSenSiegelLinearRegression (const std::vector<tcu::Vec2>& dataPoints, float reportedConfidence)
135 const tcu::Vec2& ptA = dataPoints[i];
142 const tcu::Vec2& ptB = dataPoints[j];
351 vector<Vec2> dataPoints;
355 dataPoints.push_back(Vec2((float)m_calibrateIterations[i].numDrawCalls, m_calibrateIterations[i].frameTime));
359 dataPoints.push_back(Vec2(0.0f, 0.0f)); // If there's just one measurement so far, this will help in getting the next estimate.