Searched refs:xres (Results 1 – 12 of 12) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbvideo.c | 86 int xres; member 332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres, in read_fbmodes_mode() 392 vinfo->xres = *w; in FB_CheckMode() 399 …%dx%d at %d bpp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo… in FB_CheckMode() 402 *w = vinfo->xres; in FB_CheckMode() 431 if ( (w == vesa_timings[i].xres) && in FB_AddMode() 677 current_h = vinfo.xres; in FB_VideoInit() 679 current_w = vinfo.xres; in FB_VideoInit() 699 h = vinfo.xres; in FB_VideoInit() 701 w = vinfo.xres; in FB_VideoInit() [all …]
|
D | SDL_fbelo.c | 127 *dx = ((int)cache_vinfo.xres - ((int)cache_vinfo.xres * (input_x - ELO_MIN_X)) / width); in eloConvertXY()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
D | SDL_ps3video.c | 192 this->info.current_w = fb_vinfo.xres; in PS3_VideoInit() 210 fb_vinfo.xres_virtual = fb_vinfo.xres; in PS3_VideoInit() 224 s_writeable_width = fb_vinfo.xres; in PS3_VideoInit() 231 deprintf(1, "[PS3] xres:%d yres:%d xoff:%d yoff:%d\n", res.xres, res.yres, res.xoff, res.yoff); in PS3_VideoInit() 240 real_width = res.xres; in PS3_VideoInit()
|
/external/kernel-headers/original/media/ |
D | ov5650.h | 62 int xres; member
|
D | soc2030.h | 107 int xres; member
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
D | lfbprof.c | 41 int xres,yres; /* Video mode resolution */ variable 507 xres = x; in InitGraphics() 591 printf("Profiling results for %dx%d 8 bits per pixel.\n",xres,yres); in main()
|
/external/kernel-headers/original/video/ |
D | dsscomp.h | 114 __u32 xres; member
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
D | SDL_ipodvideo.c | 282 lcd_width = vinfo.xres; in iPod_VideoInit() 324 width = vinfo.xres; in iPod_ListModes()
|
/external/qemu-pc-bios/vgabios/ |
D | vbe_display_api.txt | 180 Upon enabling a mode, this will be set to the current xres 208 If the new flag VBE_DISPI_GETCAPS is enabled, the xres, yres and bpp registers
|
D | vbe.c | 244 static void dispi_set_xres(xres) in dispi_set_xres() argument 245 Bit16u xres; in dispi_set_xres() 257 mov ax, 4[bp] ; xres
|
/external/kernel-headers/original/linux/ |
D | fb.h | 252 __u32 xres; /* visible resolution */ member 1155 u32 xres; member
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 2066 __vki_u32 xres; /* visible resolution */ member
|