Searched refs:video_mem (Results 1 - 14 of 14) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c218 this->info.video_mem = 0;
223 this->info.video_mem = VGLCurMode->ModeInfo.PixelBytes *
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c230 this->info.video_mem = db->buffer.plb.stride * mode.virt.y;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestsprite.c140 if ( info->video_mem*1024 > (height*width*bpp/8) ) {
H A Dtestblitspeed.c65 printf(" video memory: (%d)\n", info->video_mem);
H A Dtestvidinfo.c428 info->video_mem);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image.c417 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
569 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
610 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h184 Uint32 video_mem; /**< The total amount of video memory (in K) */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosFullScreenVideo.c312 this->info.video_mem = regs.r[5]/1024;
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c220 this->info.video_mem = modeinfo->memory;
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c326 this->info.video_mem = get_video_size(this);
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c605 this->info.video_mem = (Uint32) Atari_SysMalloc(-1L, MX_STRAM);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c462 this->info.video_mem = caps.video_memory / 1024;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c750 this->info.video_mem = shadow_fb ? 0 : finfo.smem_len/1024;
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c905 this->info.video_mem = total_mem/1024;

Completed in 208 milliseconds