Home | History | Annotate | Download | only in test

Lines Matching defs:info

388 	const SDL_VideoInfo *info;
401 info = SDL_GetVideoInfo();
404 info->current_w, info->current_h, info->vfmt->BitsPerPixel);
405 if ( info->vfmt->palette == NULL ) {
406 printf(" Red Mask = 0x%.8x\n", info->vfmt->Rmask);
407 printf(" Green Mask = 0x%.8x\n", info->vfmt->Gmask);
408 printf(" Blue Mask = 0x%.8x\n", info->vfmt->Bmask);
420 printf("\t%dx%dx%d\n", modes[i]->w, modes[i]->h, info->vfmt->BitsPerPixel);
423 if ( info->wm_available ) {
426 if ( info->hw_available ) {
428 info->video_mem);
430 if ( info->blit_hw ) {
434 if ( info->blit_hw_CC ) {
438 if ( info->blit_hw_A ) {
442 if ( info->blit_sw ) {
446 if ( info->blit_sw_CC ) {
450 if ( info->blit_sw_A ) {
454 if ( info->blit_fill ) {