Home
last modified time | relevance | path

Searched refs:set_next_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_drm.c59 vscreen->set_next_timestamp = NULL; in vl_drm_screen_create()
Dvl_winsys.h59 (*set_next_timestamp)(struct vl_screen *vscreen, uint64_t stamp); member
Dvl_winsys_dri.c467 scrn->base.set_next_timestamp = vl_dri2_screen_set_next_timestamp; in vl_dri2_screen_create()
Dvl_winsys_dri3.c840 scrn->base.set_next_timestamp = vl_dri3_screen_set_next_timestamp; in vl_dri3_screen_create()
/external/mesa3d/src/gallium/frontends/vdpau/
Dpresentation.c265 vscreen->set_next_timestamp(vscreen, earliest_presentation_time); in vlVdpPresentationQueueDisplay()