Searched refs:doRunLoop (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/tests/perf_tests/ |
D | ANGLEPerfTest.cpp | 287 doRunLoop(gMaxTrialTimeSeconds, mStepsToRun, RunLoopPolicy::RunContinuously); in run() 333 void ANGLEPerfTest::doRunLoop(double maxRunTime, int maxStepsToRun, RunLoopPolicy runPolicy) in doRunLoop() function in ANGLEPerfTest 461 doRunLoop(gCalibrationTimeSeconds, std::numeric_limits<int>::max(), policy); in calibrateStepsToRun() 749 doRunLoop(gCalibrationTimeSeconds, std::numeric_limits<int>::max(), in SetUp()
|
D | ANGLEPerfTest.h | 103 void doRunLoop(double maxRunTime, int maxStepsToRun, RunLoopPolicy runPolicy);
|