Lines Matching refs:calibrator
841 TheilSenCalibrator calibrator (CalibratorParameters(20, // Initial workload
852 switch(calibrator.getState())
855 logCalibrationInfo(m_testCtx.getLog(), calibrator);
856 return calibrator.getCallCount();
870 render(occludedGeometry, calibrator.getCallCount());
876 calibrator.recordIteration(now - prev);
881 calibrator.recomputeParameters();
920 TheilSenCalibrator calibrator(CalibratorParameters( 20, // Initial workload
931 switch(calibrator.getState())
934 logCalibrationInfo(m_testCtx.getLog(), calibrator);
935 return calibrator.getCallCount();
943 gl.uniform1i(gl.getUniformLocation(program, "u_iterations"), calibrator.getCallCount());
956 calibrator.recordIteration(now - prev);
961 calibrator.recomputeParameters();