Home
last modified time | relevance | path

Searched refs:wl_shm_format (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlvideoformat.c35 enum wl_shm_format wl_shm_format; member
71 enum wl_shm_format
78 return wl_formats[i].wl_shm_format; in gst_video_format_to_wl_shm_format()
98 gst_wl_shm_format_to_video_format (enum wl_shm_format wl_format) in gst_wl_shm_format_to_video_format()
103 if (wl_formats[i].wl_shm_format == wl_format) in gst_wl_shm_format_to_video_format()
122 gst_wl_shm_format_to_string (enum wl_shm_format wl_format) in gst_wl_shm_format_to_string()
Dwlvideoformat.h33 enum wl_shm_format gst_video_format_to_wl_shm_format (GstVideoFormat format);
35 GstVideoFormat gst_wl_shm_format_to_video_format (enum wl_shm_format wl_format);
37 const gchar *gst_wl_shm_format_to_string (enum wl_shm_format wl_format);
Dwldisplay.c158 enum wl_shm_format shm_fmt; in gst_wl_display_check_format_for_shm()
163 if (shm_fmt == (enum wl_shm_format) -1) in gst_wl_display_check_format_for_shm()
Dwlshmallocator.c212 enum wl_shm_format format; in gst_wl_shm_memory_construct_wl_buffer()
/third_party/wayland_standard/protocol/
Dgenerate-shm-formats.py115 wl_shm_format = root.find("./interface[@name='wl_shm']/enum[@name='format']") variable
116 if wl_shm_format == None:
121 for node in wl_shm_format:
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c333 uint32_t wl_shm_format) in wsi_wl_display_add_wl_shm_format() argument
335 switch (wl_shm_format) { in wsi_wl_display_add_wl_shm_format()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c61 uint32_t wl_shm_format; member
214 if (dri2_wl_visuals[i].wl_shm_format == shm_format) in dri2_wl_visual_idx_from_shm_format()
405 dri2_surf->format = dri2_wl_visuals[visual_idx].wl_shm_format; in dri2_wl_create_window_surface()
/third_party/wayland_standard/tests/data/
Dexample-server.h1195 enum wl_shm_format { enum
Dexample-client.h1420 enum wl_shm_format { enum
/third_party/gstreamer/gstplugins_bad/
DChangeLog110924 type 'enum wl_shm_format' is always false
111602 enum wl_shm_format is not a flags enum, as it may have been in the past,