/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetVideoInfo.3 | |
SDL_VideoInfo.3 | 18 SDL_PixelFormat *vfmt;
|
SDL_ListModes.3 | |
/external/qemu/distrib/sdl-1.2.15/test/ |
testvidinfo.c | 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);
|
testalpha.c | 352 if ( info->vfmt->BitsPerPixel > 8 ) { 353 video_bpp = info->vfmt->BitsPerPixel;
|
testgl.c | 487 if ( SDL_GetVideoInfo()->vfmt->BitsPerPixel <= 8 ) {
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlvideoinfo.html | 104 SDL_PixelFormat *vfmt; 282 >vfmt</I
|
sdlgetvideoinfo.html | 134 >vfmt</I
|
sdllistmodes.html | 151 >vfmt</I
|
guidevideoopengl.html | 168 bpp = info->vfmt->BitsPerPixel; 586 bpp = info->vfmt->BitsPerPixel;
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */ member in struct:SDL_VideoInfo 296 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt' 322 * by SDL_GetVideoInfo()->vfmt [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */ member in struct:SDL_VideoInfo 296 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt' 322 * by SDL_GetVideoInfo()->vfmt [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */ member in struct:SDL_VideoInfo 296 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt' 322 * by SDL_GetVideoInfo()->vfmt [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_video.h | 185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */ member in struct:SDL_VideoInfo 296 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt' 322 * by SDL_GetVideoInfo()->vfmt [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_video.c | 274 video->info.vfmt = SDL_VideoSurface->format; 329 * the mode list will be for the format given by SDL_GetVideoInfo()->vfmt 916 video->info.vfmt = SDL_VideoSurface->format; [all...] |