Home
last modified time | relevance | path

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

12345678910

/third_party/wayland_standard/
DMakefile.am15 dist_aclocal_DATA = wayland-scanner.m4
18 wayland-scanner.mk \
19 protocol/wayland.xml \
20 protocol/wayland.dtd
25 bin_PROGRAMS = wayland-scanner
30 pkgconfig_DATA += src/wayland-scanner.pc
35 src/dtddata.o: protocol/wayland.dtd
38 wayland_scanner = wayland-scanner
40 $(BUILT_SOURCES) : wayland-scanner
41 wayland_scanner = $(top_builddir)/wayland-scanner
[all …]
Dconfigure.ac9 AC_INIT([wayland], package
11 [https://gitlab.freedesktop.org/wayland/wayland/issues/],
12 [wayland],
13 [https://wayland.freedesktop.org/])
76 [Disable compilation of wayland libraries])],
82 [Use installed wayland-scanner from host PATH during build])],
110 [AC_MSG_ERROR("SFD_CLOEXEC is needed to compile wayland libraries")],
113 [AC_MSG_ERROR("TFD_CLOEXEC is needed to compile wayland libraries")],
116 [AC_MSG_ERROR("CLOCK_MONOTONIC is needed to compile wayland libraries")],
126 AC_CONFIG_LINKS([src/wayland.dtd.embed:protocol/wayland.dtd])
[all …]
DMakefile.in94 bin_PROGRAMS = wayland-scanner$(EXEEXT)
98 @ENABLE_LIBRARIES_TRUE@am__append_3 = src/wayland-client.pc \
99 @ENABLE_LIBRARIES_TRUE@ src/wayland-server.pc \
100 @ENABLE_LIBRARIES_TRUE@ cursor/wayland-cursor.pc \
101 @ENABLE_LIBRARIES_TRUE@ egl/wayland-egl.pc \
102 @ENABLE_LIBRARIES_TRUE@ egl/wayland-egl-backend.pc
104 @ENABLE_LIBRARIES_TRUE@ wayland-egl-abi-check$(EXEEXT)
107 @ENABLE_LIBRARIES_TRUE@ egl/wayland-egl-symbols-check \
128 CONFIG_CLEAN_FILES = cursor/wayland-cursor.pc \
129 cursor/wayland-cursor-uninstalled.pc egl/wayland-egl.pc \
[all …]
DREADME6 modesetting and evdev input devices, an X application, or a wayland
10 The wayland protocol is essentially only about input handling and
17 makes wayland so simple. All clients are expected to handle rendering
20 The weston compositor is a reference implementation of a wayland
24 Building the wayland libraries is fairly simple, aside from libffi,
27 $ git clone https://gitlab.freedesktop.org/wayland/wayland
28 $ cd wayland
33 https://wayland.freedesktop.org for more complete build instructions
34 for wayland, weston, xwayland and various toolkits.
Dwayland-scanner.m44 PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner >= 1.14.0])
6 wayland_scanner=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`
9 wayland_scanner_rules=`$PKG_CONFIG --variable=pkgdatadir wayland-scanner`/wayland-scanner.mk
/third_party/wayland_standard/src/
Dmeson.build8 input: 'wayland-version.h.in',
9 output: 'wayland-version.h',
17 'wayland-util',
18 sources: 'wayland-util.c'
27 # wayland-scanner
30 input: '../protocol/wayland.dtd',
31 output: 'wayland.dtd.embed',
39 'wayland-scanner',
55 'wayland_scanner=${bindir}/wayland-scanner'
57 filebase: 'wayland-scanner'
[all …]
/third_party/wayland_standard/doc/doxygen/
DMakefile.am11 dist_noinst_DATA = wayland.doxygen.in
14 $(top_srcdir)/src/wayland-util.h
18 $(top_srcdir)/src/wayland-client.c \
19 $(top_srcdir)/src/wayland-client.h \
20 $(top_srcdir)/src/wayland-client-core.h
23 $(top_srcdir)/cursor/wayland-cursor.c \
24 $(top_srcdir)/cursor/wayland-cursor.h
29 $(top_srcdir)/src/wayland-server.c \
30 $(top_srcdir)/src/wayland-server.h \
31 $(top_srcdir)/src/wayland-server-core.h \
[all …]
Dmeson.build4 'wayland-architecture': files('dot/wayland-architecture.gv'),
18 input: 'wayland.doxygen.in',
19 output: 'wayland.doxygen',
24 '../../src/wayland-util.h',
28 '../../src/wayland-client.c',
29 '../../src/wayland-client.h',
30 '../../src/wayland-client-core.h',
35 '../../src/wayland-server.c',
36 '../../src/wayland-server.h',
37 '../../src/wayland-server-core.h',
[all …]
DMakefile.in103 CONFIG_CLEAN_FILES = wayland.doxygen
158 $(srcdir)/wayland.doxygen.in
314 dist_noinst_DATA = wayland.doxygen.in
316 $(top_srcdir)/src/wayland-util.h
320 $(top_srcdir)/src/wayland-client.c \
321 $(top_srcdir)/src/wayland-client.h \
322 $(top_srcdir)/src/wayland-client-core.h
325 $(top_srcdir)/cursor/wayland-cursor.c \
326 $(top_srcdir)/cursor/wayland-cursor.h
331 $(top_srcdir)/src/wayland-server.c \
[all …]
/third_party/wayland_standard/egl/
Dmeson.build2 'wayland-egl',
4 'wayland-egl.c',
12 executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
17 'wayland-egl symbols check',
18 find_program('wayland-egl-symbols-check'),
26 'wayland-egl.h',
27 'wayland-egl-core.h',
28 'wayland-egl-backend.h'
32 name: 'wayland-egl',
33 description: 'Frontend wayland-egl library',
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/wayland/
Dmeson.build2 wl_client_dep = dependency('wayland-client', version: wl_req, required: get_option('wayland'))
3 libdrm_dep = dependency('libdrm', version: '>= 2.4.55', required: get_option('wayland'))
4 wl_protocol_dep = dependency('wayland-protocols', version: wl_req, required: get_option('wayland'))
5 wl_scanner = find_program('wayland-scanner', required: get_option('wayland'))
6 # Also used in ext/wayland
11 'wayland.c',
21 pkg_name = 'gstreamer-wayland-1.0'
35 install_headers('wayland.h', subdir: 'gstreamer-1.0/gst/wayland')
/third_party/wayland-protocols_standard/
Dconfigure.ac8 AC_INIT([wayland-protocols],
10 …[https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=unspecified],
11 [wayland-protocols],
12 [http://wayland.freedesktop.org/])
18 AC_ARG_VAR([wayland_scanner], [The wayland-scanner executable])
19 AC_PATH_PROG([wayland_scanner], [wayland-scanner])
22 PKG_CHECK_MODULES(WAYLAND_SCANNER, [wayland-scanner])
23 wayland_scanner=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`
25 …AC_MSG_WARN([You are cross compiling without wayland-scanner in your path. make check will fail.])
37 wayland-protocols.pc
[all …]
/third_party/weston/libweston/backend-wayland/
Dmeson.build1 if not get_option('backend-wayland')
8 'wayland.c',
18 dependency('wayland-client'),
19 dependency('wayland-cursor'),
27 d = dependency('wayland-egl', required: false)
29 …error('wayland-backend + gl-renderer requires wayland-egl which was not found. Or, you can use \'-…
35 'wayland-backend',
43 env_modmap += 'wayland-backend.so=@0@;'.format(plugin_wlwl.full_path())
/third_party/wayland_standard/tests/
Dheaders-protocol-core-test.c30 #error including wayland-client-protocol-core.h did not include wayland-client-core.h!
33 #error including wayland-server-protocol-core.h did not include wayland-server-core.h!
37 #error including wayland-client-protocol-core.h included wayland-client.h!
40 #error including wayland-server-protocol-core.h included wayland-server.h!
Dheaders-test.c30 #error including wayland-client-core.h imported protocol symbols!
33 #error including wayland-server-core.h imported protocol symbols!
37 #error including wayland-client-core.h included the non-core header!
40 #error including wayland-server-core.h included the non-core header!
47 #error including wayland-client.h did not import protocol symbols!
50 #error including wayland-server.h did not import protocol symbols!
Dheaders-protocol-test.c30 #error including wayland-client-protocol.h did not include wayland-client.h!
33 #error including wayland-server-protocol.h did not include wayland-server.h!
/third_party/vk-gl-cts/targets/default/
DFindWayland.cmake30 PKG_CHECK_MODULES(PKG_WAYLAND QUIET wayland-client wayland-server wayland-egl wayland-cursor)
34 FIND_PATH(WAYLAND_CLIENT_INCLUDE_DIR NAMES wayland-client.h HINTS ${PKG_WAYLAND_INCLUDE_DIRS})
35 FIND_PATH(WAYLAND_SERVER_INCLUDE_DIR NAMES wayland-server.h HINTS ${PKG_WAYLAND_INCLUDE_DIRS})
36 FIND_PATH(WAYLAND_EGL_INCLUDE_DIR NAMES wayland-egl.h HINTS ${PKG_WAYLAND_INCLUDE_DIRS})
37 FIND_PATH(WAYLAND_CURSOR_INCLUDE_DIR NAMES wayland-cursor.h HINTS ${PKG_WAYLAND_INCLUDE_DIRS})
39 FIND_LIBRARY(WAYLAND_CLIENT_LIBRARIES NAMES wayland-client HINTS ${PKG_WAYLAND_LIBRARY_DIRS})
40 FIND_LIBRARY(WAYLAND_SERVER_LIBRARIES NAMES wayland-server HINTS ${PKG_WAYLAND_LIBRARY_DIRS})
41 FIND_LIBRARY(WAYLAND_EGL_LIBRARIES NAMES wayland-egl HINTS ${PKG_WAYLAND_LIBRARY_DIRS})
42 FIND_LIBRARY(WAYLAND_CURSOR_LIBRARIES NAMES wayland-cursor HINTS ${PKG_WAYLAND_LIBRARY_DIRS})
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/
DAndroid.bak30 … "hos/third_party/wayland-ivi-extension-1.10.90-r1/ivi-layermanagement-api/ilmClient/include/",
31 … "hos/third_party/wayland-ivi-extension-1.10.90-r1/ivi-layermanagement-api/ilmCommon/include/",
32 … "hos/third_party/wayland-ivi-extension-1.10.90-r1/ivi-layermanagement-api/ilmControl/include/",
33 "hos/third_party/wayland-1.18.91/src/",
34 "hos/third_party/wayland-ivi-extension-1.10.90-r1/include/",
35 "hos/third_party/wayland-1.18.91/egl/",
36 …"hos/third_party/wayland-ivi-extension-1.10.90-r1/ivi-layermanagement-examples/multi-touch-viewer/…
/third_party/mesa3d/src/egl/wayland/wayland-drm/
Dmeson.build24 'wayland-drm-protocol.c',
25 input : 'wayland-drm.xml',
26 output : 'wayland-drm-protocol.c',
31 'wayland-drm-client-protocol.h',
32 input : 'wayland-drm.xml',
33 output : 'wayland-drm-client-protocol.h',
38 'wayland-drm-server-protocol.h',
39 input : 'wayland-drm.xml',
40 output : 'wayland-drm-server-protocol.h',
46 ['wayland-drm.c', wayland_drm_protocol_c, wayland_drm_server_protocol_h],
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dvk-wsi-NOT_SUPPORTED.txt721 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_b8g8r8a8_srgb_clear_copy_format_list
722 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_b8g8r8a8_srgb_copy_copy_format_list
723 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_b8g8r8a8_srgb_draw_copy_format_list
724 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_b8g8r8a8_unorm_clear_copy_format_list
725 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_b8g8r8a8_unorm_copy_copy_format_list
726 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_b8g8r8a8_unorm_draw_copy_format_list
727 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_r8g8b8a8_snorm_clear_copy_format_list
728 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_r8g8b8a8_snorm_clear_load_format_list
729 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_r8g8b8a8_snorm_clear_texture_format_list
730 dEQP-VK.image.swapchain_mutable.wayland.2d.b8g8r8a8_snorm_r8g8b8a8_snorm_copy_copy_format_list
[all …]
Dvk-wsi.txt721 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_clear_copy_format_list
722 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_clear_load_format_list
723 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_clear_texture_format_list
724 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_copy_copy_format_list
725 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_copy_load_format_list
726 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_copy_texture_format_list
727 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_store_copy_format_list
728 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_store_load_format_list
729 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_store_texture_format_list
730 dEQP-VK.image.swapchain_mutable.wayland.2d.r8g8b8a8_unorm_r8g8b8a8_snorm_draw_copy_format_list
[all …]
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/
DCMakeLists.txt28 pkg_check_modules(WAYLAND_EGL wayland-egl REQUIRED)
29 pkg_check_modules(WAYLAND_CLIENT wayland-client REQUIRED)
30 pkg_check_modules(WAYLAND_CURSOR wayland-cursor REQUIRED)
32 find_program(WAYLAND_SCANNER_EXECUTABLE NAMES wayland-scanner)
93 wayland-client
94 wayland-cursor
95 wayland-egl
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp38 namespace wayland namespace
64 Display (MovePtr<wayland::Display> waylandDisplay) in Display()
72 wayland::Display& getWaylandDisplay (void) { return *m_display; } in getWaylandDisplay()
79 UniquePtr<wayland::Display> m_display;
100 wayland::Window m_window;
189 MovePtr<wayland::Display> waylandDisplay (new wayland::Display(m_eventState, DE_NULL)); in createDisplay()
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dwsi.txt911 dEQP-VK.wsi.wayland.surface.create
912 dEQP-VK.wsi.wayland.surface.create_custom_allocator
913 dEQP-VK.wsi.wayland.surface.create_simulate_oom
914 dEQP-VK.wsi.wayland.surface.query_support
915 dEQP-VK.wsi.wayland.surface.query_presentation_support
916 dEQP-VK.wsi.wayland.surface.query_capabilities
917 dEQP-VK.wsi.wayland.surface.query_capabilities2
918 dEQP-VK.wsi.wayland.surface.query_protected_capabilities
919 dEQP-VK.wsi.wayland.surface.query_surface_counters
920 dEQP-VK.wsi.wayland.surface.query_formats
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dwsi.txt911 dEQP-VK.wsi.wayland.surface.create
912 dEQP-VK.wsi.wayland.surface.create_custom_allocator
913 dEQP-VK.wsi.wayland.surface.create_simulate_oom
914 dEQP-VK.wsi.wayland.surface.query_support
915 dEQP-VK.wsi.wayland.surface.query_presentation_support
916 dEQP-VK.wsi.wayland.surface.query_capabilities
917 dEQP-VK.wsi.wayland.surface.query_capabilities2
918 dEQP-VK.wsi.wayland.surface.query_protected_capabilities
919 dEQP-VK.wsi.wayland.surface.query_surface_counters
920 dEQP-VK.wsi.wayland.surface.query_formats
[all …]

12345678910