Home | History | Annotate | Download | only in test

Lines Matching refs:printf

20 	printf("0x%8.8x", (flags & FLAG_MASK));
22 printf(" SDL_HWSURFACE");
24 printf(" SDL_SWSURFACE");
27 printf(" | SDL_FULLSCREEN");
30 printf(" | SDL_DOUBLEBUF");
33 printf(" | SDL_SRCCOLORKEY");
36 printf(" | SDL_SRCALPHA");
39 printf(" | SDL_RLEACCEL");
42 printf(" | SDL_RLEACCELOK");
93 printf("Running color fill and fullscreen update test\n");
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);
140 printf("Couldn't load sample.bmp: %s\n", SDL_GetError());
143 printf("Running freshly loaded blit test: %dx%d at %d bpp, flags: ",
146 printf("\n");
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);
169 printf("Couldn't load sample.bmp: %s\n", SDL_GetError());
172 printf("Running freshly loaded cc blit test: %dx%d at %d bpp, flags: ",
177 printf("\n");
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);
202 printf("Couldn't convert sample.bmp: %s\n", SDL_GetError());
205 printf("Running display format blit test: %dx%d at %d bpp, flags: ",
208 printf("\n");
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);
233 printf("Couldn't convert sample.bmp: %s\n", SDL_GetError());
236 printf("Running display format cc blit test: %dx%d at %d bpp, flags: ",
239 printf("\n");
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);
269 printf("Couldn't convert sample.bmp: %s\n", SDL_GetError());
272 printf("Running display format alpha blit test: %dx%d at %d bpp, flags: ",
275 printf("\n");
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);
307 printf("Couldn't convert sample.bmp: %s\n", SDL_GetError());
310 printf("Running display format cc+alpha blit test: %dx%d at %d bpp, flags: ",
313 printf("\n");
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);
358 printf("===================================\n");
359 printf("Setting video mode: %dx%d at %d bpp, flags: ",
364 printf("\n");
370 printf("Setting video mode failed: %s\n", SDL_GetError());
374 printf("Flags didn't match: ");
376 printf("\n");
399 printf("Video driver: %s\n", driver);
402 printf(
406 printf(" Red Mask = 0x%.8x\n", info->vfmt->Rmask);
407 printf(" Green Mask = 0x%.8x\n", info->vfmt->Gmask);
408 printf(" Blue Mask = 0x%.8x\n", info->vfmt->Bmask);
413 printf("No available fullscreen video modes\n");
416 printf("No special fullscreen video modes\n");
418 printf("Fullscreen video modes:\n");
420 printf("\t%dx%dx%d\n", modes[i]->w, modes[i]->h, info->vfmt->BitsPerPixel);
424 printf("A window manager is available\n");
427 printf("Hardware surfaces are available (%dK video memory)\n",
431 printf(
435 printf(
439 printf(
443 printf(
447 printf(
451 printf(
455 printf(