Home
last modified time | relevance | path

Searched refs:vl_screen (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys.h45 struct vl_screen struct
47 void (*destroy)(struct vl_screen *vscreen); argument
50 (*texture_from_drawable)(struct vl_screen *vscreen, void *drawable); argument
53 (*get_dirty_area)(struct vl_screen *vscreen); argument
56 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); argument
59 (*set_next_timestamp)(struct vl_screen *vscreen, uint64_t stamp); argument
62 (*get_private)(struct vl_screen *vscreen); argument
65 (*set_back_texture_from_output)(struct vl_screen *vscreen, argument
78 vl_dri2_format_for_depth(struct vl_screen *vscreen, int depth); argument
80 struct vl_screen *
[all …]
Dvl_winsys_drm.c38 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()
Dvl_winsys_dri.c59 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 *vscreen, int depth) in vl_dri2_format_for_depth()
[all …]
Dvl_winsys_dri3.c68 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/
Dvid_omx_common.c48 static struct vl_screen *omx_screen = NULL;
53 struct vl_screen *omx_get_screen(void) in omx_get_screen()
Dvid_dec_common.h51 struct vl_screen *screen; \
157 struct vl_screen *screen;
Dvid_enc_common.h81 struct vl_screen *screen; \
130 struct vl_screen *screen;
Dvid_omx_common.h33 struct vl_screen *omx_get_screen(void);
Dvid_dec_common.c43 struct vl_screen *omx_screen; in vid_dec_NeedTarget()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dxvmc_private.h53 struct vl_screen *vscreen;
Dcontext.c192 struct vl_screen *vscreen; in XvMCCreateContext()
Dsurface.c359 struct vl_screen *vscreen; in XvMCPutSurface()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dpresentation.c218 struct vl_screen *vscreen; in vlVdpPresentationQueueDisplay()
Dvdpau_private.h381 struct vl_screen *vscreen;
/third_party/mesa3d/src/gallium/frontends/va/
Dva_private.h247 struct vl_screen *vscreen;
Dsurface.c315 struct vl_screen *vscreen; in vlVaPutSurface()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c1912 struct vl_screen *omx_screen; in dec_av1_NeedTask()
2054 struct vl_screen *omx_screen; in dec_av1_ShowExistingframe()
2125 struct vl_screen *omx_screen; in dec_av1_BeginFrame()