HomeSort by relevance Sort by last modified time
    Searched refs:vfmt (Results 1 - 8 of 8) sorted by null

  /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/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...]

Completed in 55 milliseconds