Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/test/
Dtestvidinfo.c404 info->current_w, info->current_h, info->vfmt->BitsPerPixel); in main()
405 if ( info->vfmt->palette == NULL ) { in main()
406 printf(" Red Mask = 0x%.8x\n", info->vfmt->Rmask); in main()
407 printf(" Green Mask = 0x%.8x\n", info->vfmt->Gmask); in main()
408 printf(" Blue Mask = 0x%.8x\n", info->vfmt->Bmask); in main()
420 printf("\t%dx%dx%d\n", modes[i]->w, modes[i]->h, info->vfmt->BitsPerPixel); in main()
Dtestalpha.c352 if ( info->vfmt->BitsPerPixel > 8 ) { in main()
353 video_bpp = info->vfmt->BitsPerPixel; in main()
Dtestgl.c487 if ( SDL_GetVideoInfo()->vfmt->BitsPerPixel <= 8 ) { in RunGLTest()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */ member
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c274 video->info.vfmt = SDL_VideoSurface->format; in SDL_VideoInit()
916 video->info.vfmt = SDL_VideoSurface->format; in SDL_SetVideoMode()