Lines Matching refs:frames

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