HomeSort by relevance Sort by last modified time
    Searched full:hsync (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmode.h 140 SDL_NAME(XF86VidModeSyncRange)* hsync; member in struct:__anon4434
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 94 MODE_HSYNC, /* hsync out of range */
184 float HSync, VRefresh;
208 range hsync[MAX_HSYNC]; member in struct:__anon12870
1058 LOOKUP_OPTIONAL_TOLERANCES = 0x0200 /* Allow missing hsync/vrefresh */
    [all...]
  /external/kernel-headers/original/linux/
fb.h 277 /* screen: unblanked, hsync: on, vsync: on */
280 /* screen: blanked, hsync: on, vsync: on */
283 /* screen: blanked, hsync: on, vsync: off */
286 /* screen: blanked, hsync: off, vsync: on */
289 /* screen: blanked, hsync: off, vsync: off */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 951 if (!(monitor->hsync = Xcalloc(rep.nhsync, sizeof(SDL_NAME(XF86VidModeSyncRange))))) {
970 Xfree(monitor->hsync);
977 monitor->hsync[i].lo = (float)(syncrange & 0xFFFF) / 100.0;
978 monitor->hsync[i].hi = (float)(syncrange >> 16) / 100.0;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 337 if (SDL_strncmp(line,"hsync",5)==0) {
338 SDL_sscanf(line,"hsync %s",option);
    [all...]

Completed in 169 milliseconds