Lines Matching refs:format
100 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b));
108 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b));
116 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, r, g, b));
129 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
144 bmp->w, bmp->h, bmp->format->BitsPerPixel);
158 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
173 bmpcc->w, bmpcc->h, bmpcc->format->BitsPerPixel);
189 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
205 printf("Running display format blit test: %dx%d at %d bpp, flags: ",
206 bmp->w, bmp->h, bmp->format->BitsPerPixel);
220 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
236 printf("Running display format cc blit test: %dx%d at %d bpp, flags: ",
237 bmpcc->w, bmpcc->h, bmpcc->format->BitsPerPixel);
251 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
260 if (bmp->format->BitsPerPixel>8)
272 printf("Running display format alpha blit test: %dx%d at %d bpp, flags: ",
273 bmp->w, bmp->h, bmp->format->BitsPerPixel);
288 SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
297 if (bmp->format->BitsPerPixel>8)
310 printf("Running display format cc+alpha blit test: %dx%d at %d bpp, flags: ",
311 bmpcc->w, bmpcc->h, bmpcc->format->BitsPerPixel);