Lines Matching refs:FlushFinishCase

108 class FlushFinishCase : public TestCase  class
117 FlushFinishCase (Context& context,
124 ~FlushFinishCase (void);
148 FlushFinishCase (const FlushFinishCase&);
149 FlushFinishCase& operator= (const FlushFinishCase&);
170 FlushFinishCase::FlushFinishCase (Context& context, const char* name, const char* description, Expe… in FlushFinishCase() function in deqp::gles3::Functional::__anon8e897bb90111::FlushFinishCase
181 FlushFinishCase::~FlushFinishCase (void) in ~FlushFinishCase()
183 FlushFinishCase::deinit(); in ~FlushFinishCase()
186 void FlushFinishCase::init (void) in init()
226 void FlushFinishCase::deinit (void) in deinit()
232 tcu::TestLog& operator<< (tcu::TestLog& log, const FlushFinishCase::Sample& sample) in operator <<()
238 void FlushFinishCase::setupRenderState (void) in setupRenderState()
265 void FlushFinishCase::setShaderIterCount (int numIters) in setShaderIterCount()
271 void FlushFinishCase::render (int numDrawCalls) in render()
283 void FlushFinishCase::readPixels (void) in readPixels()
291 FlushFinishCase::CalibrationParams FlushFinishCase::calibrate (void) in calibrate()
427 void FlushFinishCase::verifyCalibration (const CalibrationParams& params) in verifyCalibration()
457 …bool operator() (const FlushFinishCase::Sample& a, const FlushFinishCase::Sample& b) const { retur… in operator ()()
460 …c2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 Flus… in getPointsFromSamples()
471 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sa… in getMaximumValue()
483 void FlushFinishCase::analyzeResults (const std::vector<Sample>& samples, const CalibrationParams& … in analyzeResults()
547 FlushFinishCase::IterateResult FlushFinishCase::iterate (void) in iterate()
629 class WaitOnlyCase : public FlushFinishCase
633 …: FlushFinishCase(context, "wait", "Wait only", EXPECT_COEF_LESS_THAN, NO_CORR_COEF_THRESHOLD, EXP… in WaitOnlyCase()
640 FlushFinishCase::init(); in init()
650 class FlushOnlyCase : public FlushFinishCase
654 …: FlushFinishCase(context, "flush", "Flush only", EXPECT_COEF_LESS_THAN, FLUSH_COEF_THRESHOLD, EXP… in FlushOnlyCase()
661 FlushFinishCase::init(); in init()
671 class FlushWaitCase : public FlushFinishCase
675 …: FlushFinishCase(context, "flush_wait", "Wait after flushing", EXPECT_COEF_LESS_THAN, FLUSH_COEF_… in FlushWaitCase()
682 FlushFinishCase::init(); in init()
693 class FinishOnlyCase : public FlushFinishCase
697 …: FlushFinishCase(context, "finish", "Finish only", EXPECT_COEF_GREATER_THAN, CORRELATED_COEF_THRE… in FinishOnlyCase()
704 FlushFinishCase::init(); in init()
714 class FinishWaitCase : public FlushFinishCase
718 …: FlushFinishCase(context, "finish_wait", "Finish and wait", EXPECT_COEF_GREATER_THAN, CORRELATED_… in FinishWaitCase()
725 FlushFinishCase::init(); in init()