Home
last modified time | relevance | path

Searched refs:WL_SHM_FORMAT_XRGB8888 (Results 1 – 25 of 25) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlvideoformat.c41 {WL_SHM_FORMAT_XRGB8888, DRM_FORMAT_XRGB8888, GST_VIDEO_FORMAT_BGRx},
/third_party/wayland_standard/src/
Dwayland-shm.c151 case WL_SHM_FORMAT_XRGB8888: in format_is_supported()
348 wl_shm_send_format(resource, WL_SHM_FORMAT_XRGB8888); in bind_shm()
/third_party/weston/clients/
Dsimple-shm.c242 WL_SHM_FORMAT_XRGB8888); in window_next_buffer()
341 if (format == WL_SHM_FORMAT_XRGB8888) in shm_format()
Dmulti-resource.c109 WL_SHM_FORMAT_XRGB8888); in attach_buffer()
246 if (!(display->formats & (1 << WL_SHM_FORMAT_XRGB8888))) { in create_display()
Dscreenshot.c191 WL_SHM_FORMAT_XRGB8888); in screenshot_create_shm_buffer()
Dpresentation-shm.c286 WL_SHM_FORMAT_XRGB8888); in create_window()
831 if (!(display->formats & (1 << WL_SHM_FORMAT_XRGB8888))) { in create_display()
Dsimple-damage.c798 if (!(display->formats & (1 << WL_SHM_FORMAT_XRGB8888))) { in create_display()
Divi-shell-user-interface.c1265 if (!(wlCtxCommon.formats & (1 << WL_SHM_FORMAT_XRGB8888))) { in main()
Dweston-info.c404 case WL_SHM_FORMAT_XRGB8888: in print_shm_info()
Dwindow.c858 format = WL_SHM_FORMAT_XRGB8888; in display_create_shm_surface_from_pool()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp78 … = wl_shm_pool_create_buffer(pool, 0, extent.width, extent.height, stride, WL_SHM_FORMAT_XRGB8888); in attachImage()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dbitmap.c124 case WL_SHM_FORMAT_XRGB8888: in save_as_bitmap()
Dwritepng.c73 case WL_SHM_FORMAT_XRGB8888: in create_png_header()
/third_party/weston/libweston/
Dpixel-formats.c424 if (format == WL_SHM_FORMAT_XRGB8888) in pixel_format_get_info_shm()
Dpixman-renderer.c649 case WL_SHM_FORMAT_XRGB8888: in pixman_renderer_attach()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c352 case WL_SHM_FORMAT_XRGB8888: in wsi_wl_display_add_wl_shm_format()
429 return alpha ? WL_SHM_FORMAT_ARGB8888 : WL_SHM_FORMAT_XRGB8888; in wl_shm_format_for_vk_format()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/
Dsimple-weston-client.c535 if (!(wlcontext->formats & (1 << WL_SHM_FORMAT_XRGB8888))) { in init_wayland_context()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp773 if (format != WL_SHM_FORMAT_ARGB8888 && format != WL_SHM_FORMAT_XRGB8888) { in handleExportedBuffer()
/third_party/wayland_standard/tests/data/
Dexample-server.h1203 WL_SHM_FORMAT_XRGB8888 = 1, enumerator
Dexample-client.h1428 WL_SHM_FORMAT_XRGB8888 = 1, enumerator
/third_party/weston/compositor/
Dscreen-share.c969 if (!(so->parent.shm_formats & (1 << WL_SHM_FORMAT_XRGB8888))) { in shared_output_create()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c119 WL_DRM_FORMAT_XRGB8888, WL_SHM_FORMAT_XRGB8888,
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c1297 shm_format = WL_SHM_FORMAT_XRGB8888;
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c1756 case WL_SHM_FORMAT_XRGB8888: in gl_renderer_attach_shm()
/third_party/gstreamer/gstplugins_bad/
DChangeLog132943 …Wayland interface could offer two buffers pixels formats: WL_SHM_FORMAT_XRGB8888 and WL_SHM_FORMAT…