Go to the source code of this file.
Classes | |
| struct | drm_wait_vblank_request |
| struct | drm_wait_vblank_reply |
| union | drm_wait_vblank |
Typedefs | |
| typedef union drm_wait_vblank | drm_wait_vblank_t |
Functions | |
| static int | drmWaitVBlank (int fd, drm_wait_vblank_t *vbl) |
Variables | |
| bool | tryingVideoSync = false |
| typedef union drm_wait_vblank drm_wait_vblank_t |
| static int drmWaitVBlank | ( | int | fd, | |
| drm_wait_vblank_t * | vbl | |||
| ) | [static] |
Definition at line 229 of file vsync.cpp.
Referenced by DRMVideoSync::Start(), DRMVideoSync::TryInit(), and DRMVideoSync::WaitForFrame().
| bool tryingVideoSync = false |
Definition at line 54 of file vsync.cpp.
Referenced by VideoSync::BestMethod().
1.6.3