Home
last modified time | relevance | path

Searched refs:vl_screen_get_timestamp (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys.h61 vl_screen_get_timestamp(struct vl_screen *vscreen, Drawable drawable);
Dvl_winsys_xsp.c108 vl_screen_get_timestamp(struct vl_screen *vscreen, Drawable drawable) in vl_screen_get_timestamp() function
Dvl_winsys_dri.c257 vl_screen_get_timestamp(struct vl_screen *vscreen, Drawable drawable) in vl_screen_get_timestamp() function
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dpresentation.c187 *current_time = vl_screen_get_timestamp(pq->device->vscreen, pq->drawable); in vlVdpPresentationQueueGetTime()