• Home
  • Raw
  • Download

Lines Matching refs:frames

80 	Uint32 frames;  in RunModeTests()  local
95 frames = 0; in RunModeTests()
102 ++frames; in RunModeTests()
110 ++frames; in RunModeTests()
118 ++frames; in RunModeTests()
123 …printf("%d fills and flips in %2.2f seconds, %2.2f FPS\n", frames, seconds, (float)frames / second… in RunModeTests()
125 printf("%d fills and flips in zero seconds!n", frames); in RunModeTests()
148 frames = RunBlitTests(screen, bmp, NUM_BLITS); in RunModeTests()
152 …s / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / … in RunModeTests()
154 printf("%d blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames); in RunModeTests()
179 frames = RunBlitTests(screen, bmpcc, NUM_BLITS); in RunModeTests()
183 …s / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / … in RunModeTests()
185 printf("%d cc blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames); in RunModeTests()
210 frames = RunBlitTests(screen, bmp, NUM_BLITS); in RunModeTests()
214 …s / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / … in RunModeTests()
216 printf("%d blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames); in RunModeTests()
241 frames = RunBlitTests(screen, bmpcc, NUM_BLITS); in RunModeTests()
245 …s / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / … in RunModeTests()
247 printf("%d cc blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames); in RunModeTests()
277 frames = RunBlitTests(screen, bmp, NUM_BLITS); in RunModeTests()
281 …s / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / … in RunModeTests()
283 printf("%d alpha blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames); in RunModeTests()
315 frames = RunBlitTests(screen, bmpcc, NUM_BLITS); in RunModeTests()
319 …s / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / … in RunModeTests()
321 printf("%d cc+alpha blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames); in RunModeTests()