Home
last modified time | relevance | path

Searched refs:bmpcc (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
Dtestvidinfo.c84 SDL_Surface *bmp, *bmpcc, *tmp; in RunModeTests() local
167 bmpcc = SDL_LoadBMP("sample.bmp"); in RunModeTests()
168 if ( ! bmpcc ) { in RunModeTests()
173 bmpcc->w, bmpcc->h, bmpcc->format->BitsPerPixel); in RunModeTests()
174 SDL_SetColorKey(bmpcc, SDL_SRCCOLORKEY | SDL_RLEACCEL, *(Uint8 *)bmpcc->pixels); in RunModeTests()
176 PrintFlags(bmpcc->flags); in RunModeTests()
179 frames = RunBlitTests(screen, bmpcc, NUM_BLITS); in RunModeTests()
229 tmp = bmpcc; in RunModeTests()
230 bmpcc = SDL_DisplayFormat(bmpcc); in RunModeTests()
232 if ( ! bmpcc ) { in RunModeTests()
[all …]