OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vl_screen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys.h
44
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/
vl_winsys.h
44
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 175 milliseconds