Searched refs:vl_screen (Results 1 - 25 of 33) sorted by relevance
12
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| H A D | vid_omx_common.h | 33 struct vl_screen *omx_get_screen(void);
|
| H A D | vid_omx_common.c | 48 static struct vl_screen *omx_screen = NULL; 53 struct vl_screen *omx_get_screen(void)
|
| H A D | vid_dec_common.h | 49 struct vl_screen *screen; \ 153 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_dec_common.c | 43 struct vl_screen *omx_screen;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| H A D | vid_omx_common.h | 33 struct vl_screen *omx_get_screen(void);
|
| H A D | vid_omx_common.c | 48 static struct vl_screen *omx_screen = NULL; 53 struct vl_screen *omx_get_screen(void)
|
| 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_dec_common.c | 43 struct vl_screen *omx_screen;
|
| /xsrc/external/mit/MesaLib.old/dist/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_drm.c | 38 vl_drm_screen_destroy(struct vl_screen *vscreen); 40 struct vl_screen * 43 struct vl_screen *vscreen; 45 vscreen = CALLOC_STRUCT(vl_screen); 72 vl_drm_screen_destroy(struct vl_screen *vscreen)
|
| H A D | vl_winsys_dri.c | 57 struct vl_screen base; 77 static void vl_dri2_screen_destroy(struct vl_screen *vscreen); 178 vl_dri2_screen_texture_from_drawable(struct vl_screen *vscreen, void *drawable) 259 vl_dri2_screen_get_dirty_area(struct vl_screen *vscreen) 267 vl_dri2_screen_get_timestamp(struct vl_screen *vscreen, void *drawable) 290 vl_dri2_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp) 302 vl_dri2_screen_get_private(struct vl_screen *vscreen) 318 get_xcb_visualtype_for_depth(struct vl_screen *vscreen, int depth) 341 get_red_mask_for_depth(struct vl_screen *vscreen, int depth) 353 vl_dri2_format_for_depth(struct vl_screen *vscree [all...] |
| H A D | vl_winsys_dri3.c | 65 struct vl_screen base; 614 vl_dri3_screen_texture_from_drawable(struct vl_screen *vscreen, void *drawable) 634 vl_dri3_screen_get_dirty_area(struct vl_screen *vscreen) 644 vl_dri3_screen_get_timestamp(struct vl_screen *vscreen, void *drawable) 671 vl_dri3_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp) 685 vl_dri3_screen_get_private(struct vl_screen *vscreen) 691 vl_dri3_screen_set_back_texture_from_output(struct vl_screen *vscreen, 705 vl_dri3_screen_destroy(struct vl_screen *vscreen) 743 struct vl_screen *
|
| /xsrc/external/mit/MesaLib/dist/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_drm.c | 38 vl_drm_screen_destroy(struct vl_screen *vscreen); 40 struct vl_screen * 43 struct vl_screen *vscreen; 45 vscreen = CALLOC_STRUCT(vl_screen); 72 vl_drm_screen_destroy(struct vl_screen *vscreen)
|
| 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) 263 vl_dri2_screen_get_dirty_area(struct vl_screen *vscreen) 271 vl_dri2_screen_get_timestamp(struct vl_screen *vscreen, void *drawable) 294 vl_dri2_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp) 306 vl_dri2_screen_get_private(struct vl_screen *vscreen) 322 get_xcb_visualtype_for_depth(struct vl_screen *vscreen, int depth) 345 get_red_mask_for_depth(struct vl_screen *vscreen, int 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) 641 vl_dri3_screen_get_dirty_area(struct vl_screen *vscreen) 651 vl_dri3_screen_get_timestamp(struct vl_screen *vscreen, void *drawable) 678 vl_dri3_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp) 692 vl_dri3_screen_get_private(struct vl_screen *vscreen) 698 vl_dri3_screen_set_back_texture_from_output(struct vl_screen *vscreen, 712 vl_dri3_screen_destroy(struct vl_screen *vscreen) 750 struct vl_screen *
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| H A D | xvmc_private.h | 53 struct vl_screen *vscreen;
|
| H A D | context.c | 192 struct vl_screen *vscreen;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/ |
| H A D | xvmc_private.h | 53 struct vl_screen *vscreen;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | presentation.c | 218 struct vl_screen *vscreen;
|
| H A D | vdpau_private.h | 354 struct vl_screen *vscreen;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | presentation.c | 218 struct vl_screen *vscreen;
|
| H A D | vdpau_private.h | 381 struct vl_screen *vscreen;
|
Completed in 13 milliseconds
12