Searched refs:fLoopCount (Results 1 – 8 of 8) sorted by relevance
24 int fLoopCount; member in BlurRectBench33 fLoopCount = 100; in BlurRectBench()35 fLoopCount = 1000; in BlurRectBench()37 fLoopCount = 10000; in BlurRectBench()
804 for (long loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in run()826 if (fLoopCount < 0 && loopCount % 100 == 0) { in run()982 int fLoopCount; field in RBBIMonkeyTest.RBBIMonkeyImpl1037 test.fLoopCount = loopCount; in TestMonkey()
807 for (long loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in run()829 if (fLoopCount < 0 && loopCount % 100 == 0) { in run()985 int fLoopCount; field in RBBIMonkeyTest.RBBIMonkeyImpl1040 test.fLoopCount = loopCount; in TestMonkey()
276 fState.fLoopCount = 0; in start()366 if (fState.fAge == 0.0f && fState.fLoopCount == 0) { in advanceTime()374 fState.fLoopCount += sk_float_floor2int(fState.fAge); in advanceTime()
212 int fLoopCount; member
198 int32_t fLoopCount; variable
673 for (int64_t loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in runTest()688 if (fLoopCount < 0 && loopCount % 100 == 0) { in runTest()958 test->fLoopCount = static_cast<int32_t>(loopCount); in testMonkey()