Home | History | Annotate | Download | only in test

Lines Matching defs:info

50     const SDL_VideoInfo *info = SDL_GetVideoInfo();
52 if (info == NULL)
56 print_tf_state(" hardware surface available", info->hw_available);
57 print_tf_state(" window manager available", info->wm_available);
58 print_tf_state(" accelerated hardware->hardware blits", info->blit_hw);
59 print_tf_state(" accelerated hardware->hardware colorkey blits", info->blit_hw_CC);
60 print_tf_state(" accelerated hardware->hardware alpha blits", info->blit_hw_A);
61 print_tf_state(" accelerated software->hardware blits", info->blit_sw);
62 print_tf_state(" accelerated software->hardware colorkey blits", info->blit_sw_CC);
63 print_tf_state(" accelerated software->hardware alpha blits", info->blit_sw_A);
64 print_tf_state(" accelerated color fills", info->blit_fill);
65 printf(" video memory: (%d)\n", info->video_mem);