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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys.h44 struct vl_screen struct
49 struct vl_screen*
52 void vl_screen_destroy(struct vl_screen *vscreen);
55 vl_screen_texture_from_drawable(struct vl_screen *vscreen, Drawable drawable);
58 vl_screen_get_dirty_area(struct vl_screen *vscreen);
61 vl_screen_get_timestamp(struct vl_screen *vscreen, Drawable drawable);
64 vl_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp);
67 vl_screen_get_private(struct vl_screen *vscreen);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys.h44 struct vl_screen struct
49 struct vl_screen*
52 void vl_screen_destroy(struct vl_screen *vscreen);
55 vl_screen_texture_from_drawable(struct vl_screen *vscreen, Drawable drawable);
58 vl_screen_get_dirty_area(struct vl_screen *vscreen);
61 vl_screen_get_timestamp(struct vl_screen *vscreen, Drawable drawable);
64 vl_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp);
67 vl_screen_get_private(struct vl_screen *vscreen);

Completed in 107 milliseconds