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

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmode.h 140 SDL_NAME(XF86VidModeSyncRange)* hsync; member in struct:__anon6006
  /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...]
  /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:__anon14925
1058 LOOKUP_OPTIONAL_TOLERANCES = 0x0200 /* Allow missing hsync/vrefresh */
    [all...]

Completed in 39 milliseconds