Searched refs:getCallCount (Results 1 – 9 of 9) sorted by relevance
63 return getMainInterval().contains(getCallCount()); in hasValidCallCount()86 public int getCallCount() { in getCallCount() method in Results
93 .getCallCount()); in getMessages()
97 …lCount (void) const { DE_ASSERT(m_state == STATE_FINISHED); return m_calibrator.getCallCount(); } in getFinalCallCount()
155 int getCallCount (void) const { return m_measureState.numDrawCalls; } in getCallCount() function in deqp::gls::TheilSenCalibrator
274 render(m_calibrator.getCallCount()); // Always render. This gives more stable performance behavior. in iterate()
344 int numCalls = m_calibrator.getCallCount(); in iterate()445 int numCalls = m_calibrator.getCallCount(); in iterate()
680 render(m_calibrator.getCallCount()); in prepareWorkload()866 if (m_calibrator.getCallCount() == 1) in adjustAndLogGridAndViewport()911 m_calibrator.recordIteration(renderAndMeasure(m_calibrator.getCallCount())); in iterate()920 m_initialCalibrationStorage->initialNumCalls = m_calibrator.getCallCount(); in iterate()928 records.back().addFrameTime((float)renderAndMeasure(m_calibrator.getCallCount())); in iterate()939 const int drawCallCount = m_calibrator.getCallCount(); in iterate()
856 return calibrator.getCallCount(); in calibrate()870 render(occludedGeometry, calibrator.getCallCount()); in calibrate()935 return calibrator.getCallCount(); in calibrate()943 gl.uniform1i(gl.getUniformLocation(program, "u_iterations"), calibrator.getCallCount()); in calibrate()