Home
last modified time | relevance | path

Searched refs:mStepsPerRunLoopStep (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DANGLEPerfTest.cpp221 mStepsPerRunLoopStep(1), in ANGLEPerfTest()
299 mStepsPerRunLoopStep = stepsPerRunLoop; in setStepsPerRunLoopStep()
321 mTrialNumStepsPerformed += mStepsPerRunLoopStep; in doRunLoop()
322 mTotalNumStepsPerformed += mStepsPerRunLoopStep; in doRunLoop()
H A DANGLEPerfTest.h120 int mStepsPerRunLoopStep; variable
H A DTracePerfTest.cpp436 mStepsPerRunLoopStep = endFrame - mStartFrame + 1; in drawBenchmark()