Searched defs:retrace_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc193 unsigned int retrace_count = 0; local
194 if (glXWaitVideoSyncSGI(1, 0, &retrace_count) != 0)
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c634 static volatile unsigned int retrace_count = 0; /* -dw- need volatile because it updates asychronously */ variable
638 retrace_count++;
1258 old_count = retrace_count;
1259 while (old_count == retrace_count)
1414 old_count = retrace_count;
1415 while (old_count == retrace_count)

Completed in 30 milliseconds