Home
last modified time | relevance | path

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

12345678

/external/wayland/
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 …]
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.
DAndroid.bp66 "protocol/wayland.xml",
76 "src/wayland-util.c",
86 out: ["wayland-protocol-private.c"],
95 out: ["wayland-protocol-public.c"],
104 out: ["wayland-client-protocol.h"],
113 out: ["wayland-server-protocol.h"],
123 "src/wayland-client.c",
124 "src/wayland-os.c",
125 "src/wayland-util.c",
161 "src/wayland-os.c",
[all …]
DMETADATA1 name: "wayland"
6 "input devices, an X application, or a wayland client itself. The clients "
13 value: "https://wayland.freedesktop.org/"
17 value: "https://gitlab.freedesktop.org/wayland/wayland.git"
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
/external/wayland/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 …]
/external/wayland/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 …]
/external/wayland-protocols/chromium.org/
DREADME.chromium1 Name: wayland-protocols
2 URL: http://wayland.freedesktop.org/
9 wayland-protocols contains Wayland protocols that adds functionality not
13 wayland-protocols.
15 To import a new snapshot of wayland-protocols:
19wayland-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > protocol/xdg-shell-v5-pr…
20wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > include/protoco…
21wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > include/protoco…
22wayland-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v6.xml > protocol/xdg-shell-v6-pr…
23wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v6.xml > include/protoco…
[all …]
/external/wayland/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 …]
/external/wayland-protocols/freedesktop.org/
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 …]
DMETADATA1 name: "wayland-protocol"
3 "wayland-protocols contains Wayland protocols that add functionality not "
7 "wayland-protocols."
12 value: "https://gitlab.freedesktop.org/wayland/wayland-protocols.git"
/external/wayland/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!
/external/vulkan-validation-layers/cmake/
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})
/external/deqp/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})
/external/wayland-protocols/
DREADME.android1 These instructions are for the Android external/wayland-protcools repository.
9 `git clone git://anongit.freedesktop.org/wayland/wayland-protocols`,
16 `meld freedesktop.org/ /path/to/freedesktop.org/wayland-protocols/`
33 src/third_party/wayland-protocols from your checkout. In particular these
35 * chromium.org/unstable/ and src/third_party/wayland-protocols/unstable/
36 * chromium.org/LICENSE and src/third_party/wayland-protocols/LICENSE
37 * chromium.org/README.chromium and src/third_party/wayland-protocols/README.chromium
39 * src/third_party/wayland-protocols/include/ and
40 src/third_party/wayland-protocols/protocol both contain source code
42 * src/third_party/wayland-protocols/src (if you have it) is itself a clone
[all …]
/external/wayland/patches/
D0003-client-server-Safe-casts-from-wl_object.diff24 diff --git a/src/wayland-client-core.h b/src/wayland-client-core.h
26 --- a/src/wayland-client-core.h
27 +++ b/src/wayland-client-core.h
38 diff --git a/src/wayland-client.c b/src/wayland-client.c
40 --- a/src/wayland-client.c
41 +++ b/src/wayland-client.c
71 diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h
73 --- a/src/wayland-server-core.h
74 +++ b/src/wayland-server-core.h
85 diff --git a/src/wayland-server.c b/src/wayland-server.c
[all …]
/external/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 …]
/external/swiftshader/tests/regres/testlists/
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 …]
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 …]
/external/webrtc/modules/desktop_capture/
DBUILD.gn101 "linux/wayland/shared_screencast_stream_unittest.cc",
102 "linux/wayland/test/test_screencast_stream_provider.cc",
103 "linux/wayland/test/test_screencast_stream_provider.h",
557 "linux/wayland/base_capturer_pipewire.cc",
558 "linux/wayland/base_capturer_pipewire.h",
559 "linux/wayland/egl_dmabuf.cc",
560 "linux/wayland/egl_dmabuf.h",
561 "linux/wayland/mouse_cursor_monitor_pipewire.cc",
562 "linux/wayland/mouse_cursor_monitor_pipewire.h",
563 "linux/wayland/portal_request_response.h",
[all …]
/external/deqp/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()

12345678