Searched refs:vl_screen (Results 1 - 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys.h | 45 struct vl_screen struct 47 void (*destroy)(struct vl_screen *vscreen); 50 (*texture_from_drawable)(struct vl_screen *vscreen, void *drawable); 53 (*get_dirty_area)(struct vl_screen *vscreen); 56 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); 59 (*set_next_timestamp)(struct vl_screen *vscreen, uint64_t stamp); 62 (*get_private)(struct vl_screen *vscreen); 65 (*set_back_texture_from_output)(struct vl_screen *vscreen, 78 vl_dri2_format_for_depth(struct vl_screen *vscreen, int depth); 80 struct vl_screen * [all...] |
H A D | vl_winsys_xlib_swrast.c | 40 struct vl_screen base; 51 vl_screen_destroy(struct vl_screen *vscreen) in vl_screen_destroy() 66 vl_swrast_texture_from_drawable(struct vl_screen *vscreen, void *drawable); 69 vl_swrast_get_dirty_area(struct vl_screen *vscreen); 72 vl_swrast_get_private(struct vl_screen *vscreen); 75 vl_xlib_screen_destroy(struct vl_screen *vscreen) in vl_xlib_screen_destroy() 91 struct vl_screen * 126 vl_swrast_fill_xlib_drawable_desc(struct vl_screen *vscreen, 131 vl_swrast_fill_xlib_drawable_desc(struct vl_screen *vscreen, in vl_swrast_fill_xlib_drawable_desc() 145 vl_swrast_texture_from_drawable(struct vl_screen *vscree [all...] |
H A D | vl_winsys_drm.c | 38 vl_drm_screen_destroy(struct vl_screen *vscreen); 40 struct vl_screen * 43 struct vl_screen *vscreen; in vl_drm_screen_create() 45 vscreen = CALLOC_STRUCT(vl_screen); in vl_drm_screen_create() 72 vl_drm_screen_destroy(struct vl_screen *vscreen) in vl_drm_screen_destroy()
|
H A D | vl_winsys_dri_vgem.c | 33 vl_vgem_drm_screen_destroy(struct vl_screen *vscreen) in vl_vgem_drm_screen_destroy() 42 struct vl_screen * 45 struct vl_screen *vscreen = CALLOC_STRUCT(vl_screen); in vl_vgem_drm_screen_create()
|
H A D | vl_winsys_dri.c | 59 struct vl_screen base; 79 static void vl_dri2_screen_destroy(struct vl_screen *vscreen); 181 vl_dri2_screen_texture_from_drawable(struct vl_screen *vscreen, void *drawable) in vl_dri2_screen_texture_from_drawable() 263 vl_dri2_screen_get_dirty_area(struct vl_screen *vscreen) in vl_dri2_screen_get_dirty_area() 271 vl_dri2_screen_get_timestamp(struct vl_screen *vscreen, void *drawable) in vl_dri2_screen_get_timestamp() 294 vl_dri2_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp) in vl_dri2_screen_set_next_timestamp() 306 vl_dri2_screen_get_private(struct vl_screen *vscreen) in vl_dri2_screen_get_private() 322 get_xcb_visualtype_for_depth(struct vl_screen *vscreen, int depth) in get_xcb_visualtype_for_depth() 345 get_red_mask_for_depth(struct vl_screen *vscreen, int depth) in get_red_mask_for_depth() 357 vl_dri2_format_for_depth(struct vl_screen *vscree [all...] |
H A D | vl_winsys_dri3.c | 68 struct vl_screen base; 621 vl_dri3_screen_texture_from_drawable(struct vl_screen *vscreen, void *drawable) in vl_dri3_screen_texture_from_drawable() 641 vl_dri3_screen_get_dirty_area(struct vl_screen *vscreen) in vl_dri3_screen_get_dirty_area() 651 vl_dri3_screen_get_timestamp(struct vl_screen *vscreen, void *drawable) in vl_dri3_screen_get_timestamp() 678 vl_dri3_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp) in vl_dri3_screen_set_next_timestamp() 692 vl_dri3_screen_get_private(struct vl_screen *vscreen) in vl_dri3_screen_get_private() 698 vl_dri3_screen_set_back_texture_from_output(struct vl_screen *vscreen, in vl_dri3_screen_set_back_texture_from_output() 712 vl_dri3_screen_destroy(struct vl_screen *vscreen) in vl_dri3_screen_destroy() 750 struct vl_screen *
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_omx_common.c | 48 static struct vl_screen *omx_screen = NULL; 53 struct vl_screen *omx_get_screen(void) in omx_get_screen()
|
H A D | vid_dec_common.h | 51 struct vl_screen *screen; \ 157 struct vl_screen *screen;
|
H A D | vid_enc_common.h | 81 struct vl_screen *screen; \ 130 struct vl_screen *screen;
|
H A D | vid_omx_common.h | 33 struct vl_screen *omx_get_screen(void);
|
H A D | vid_dec_common.c | 43 struct vl_screen *omx_screen; in vid_dec_NeedTarget()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | xvmc_private.h | 53 struct vl_screen *vscreen;
|
H A D | context.c | 192 struct vl_screen *vscreen; in XvMCCreateContext()
|
H A D | surface.c | 359 struct vl_screen *vscreen; in XvMCPutSurface()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | presentation.c | 218 struct vl_screen *vscreen; in vlVdpPresentationQueueDisplay()
|
H A D | vdpau_private.h | 378 struct vl_screen *vscreen;
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | va_private.h | 247 struct vl_screen *vscreen;
|
H A D | surface.c | 315 struct vl_screen *vscreen; in vlVaPutSurface()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 1914 struct vl_screen *omx_screen; in dec_av1_NeedTask() 2056 struct vl_screen *omx_screen; in dec_av1_ShowExistingframe() 2127 struct vl_screen *omx_screen; in dec_av1_BeginFrame()
|
Completed in 14 milliseconds