Home
last modified time | relevance | path

Searched refs:video_mem (Results 1 – 12 of 12) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_image.c417 this->info.video_mem=hwcaps.currently_available_video_ram/1024; in ph_UpdateHWInfo()
569 this->info.video_mem=hwcaps.currently_available_video_ram/1024; in ph_AllocHWSurface()
610 this->info.video_mem=hwcaps.currently_available_video_ram/1024; in ph_FreeHWSurface()
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
DSDL_vglvideo.c219 this->info.video_mem = 0; in VGL_UpdateVideoInfo()
224 this->info.video_mem = VGLCurMode->ModeInfo.PixelBytes * in VGL_UpdateVideoInfo()
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
DSDL_ggivideo.c230 this->info.video_mem = db->buffer.plb.stride * mode.virt.y; in GGI_VideoInit()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h162 Uint32 video_mem; /* The total amount of video memory (in K) */ member
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
DSDL_svgavideo.c220 this->info.video_mem = modeinfo->memory; in SVGA_UpdateVideoInfo()
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosFullScreenVideo.c312 this->info.video_mem = regs.r[5]/1024; in FULLSCREEN_BuildModeList()
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c459 this->info.video_mem = (Uint32) Atari_SysMalloc(-1L, MX_STRAM); in XBIOS_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
DSDL_dgavideo.c331 this->info.video_mem = get_video_size(this); in UpdateHWInfo()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxvideo.c581 this->info.video_mem=2000000; // Not always true but almost any Amiga card has this memory! in CGX_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_video.c462 this->info.video_mem = caps.video_memory / 1024; in DirectFB_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c682 this->info.video_mem = finfo.smem_len/1024; in FB_VideoInit()
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5video.c889 this->info.video_mem = total_mem/1024; in DX5_UpdateVideoInfo()