Searched refs:vfmt (Results 1 – 5 of 5) sorted by relevance
404 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()
352 if ( info->vfmt->BitsPerPixel > 8 ) { in main()353 video_bpp = info->vfmt->BitsPerPixel; in main()
487 if ( SDL_GetVideoInfo()->vfmt->BitsPerPixel <= 8 ) { in RunGLTest()
185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */ member
274 video->info.vfmt = SDL_VideoSurface->format; in SDL_VideoInit()916 video->info.vfmt = SDL_VideoSurface->format; in SDL_SetVideoMode()