Home
last modified time | relevance | path

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

123

/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
29 pkgconfig_DATA += src/wayland-scanner.pc
34 src/dtddata.o: protocol/wayland.dtd
37 wayland_scanner = wayland-scanner
39 $(BUILT_SOURCES) : wayland-scanner
40 wayland_scanner = $(top_builddir)/wayland-scanner
[all …]
DAndroid.bp34 "protocol/wayland.xml",
38 // Generate wayland-version.h
42 srcs: ["src/wayland-version.h.in"],
43 out: ["wayland-version.h"],
51 srcs: ["src/scanner.c", "src/wayland-util.c"],
62 out: ["wayland-protocol.c"],
71 out: ["wayland-client-protocol.h"],
80 out: ["wayland-server-protocol.h"],
91 "src/wayland-client.c",
92 "src/wayland-os.c",
[all …]
Dconfigure.ac9 AC_INIT([wayland], package
11 …[https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=wayland_vers…
12 [wayland],
13 [http://wayland.freedesktop.org/])
68 [Disable compilation of wayland libraries])],
74 [Use installed wayland-scanner from host PATH during build])],
102 [AC_MSG_ERROR("SFD_CLOEXEC is needed to compile wayland libraries")],
105 [AC_MSG_ERROR("TFD_CLOEXEC is needed to compile wayland libraries")],
108 [AC_MSG_ERROR("CLOCK_MONOTONIC is needed to compile wayland libraries")],
128 AC_CONFIG_LINKS([src/wayland.dtd.embed:protocol/wayland.dtd])
[all …]
DREADME.android.md1 # Notes for updating `external/wayland` from source
5 http://cgit.freedesktop.org/wayland/wayland/
17 /wayland-version.h).
24 ### From `protocol/wayland.xml`
26 - `protocol/wayland-client-protocol.h`
28 ### From `src/wayland-version.h.in`
30 - `src/wayland-version.h`
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 git://anongit.freedesktop.org/wayland/wayland
28 $ cd wayland
34 http://wayland.freedesktop.org for more complete build instructions
35 for wayland, weston, xwayland and various toolkits.
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://cgit.freedesktop.org/wayland/wayland/"
Dwayland-scanner.m44 PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner])
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-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/doc/doxygen/
DMakefile.am9 dist_noinst_DATA = wayland.doxygen.in
12 $(top_srcdir)/src/wayland-util.c \
13 $(top_srcdir)/src/wayland-util.h
17 $(top_srcdir)/src/wayland-client.c \
18 $(top_srcdir)/src/wayland-client.h \
19 $(top_srcdir)/src/wayland-client-core.h
23 $(top_srcdir)/src/wayland-server.c \
24 $(top_srcdir)/src/wayland-server.h \
25 $(top_srcdir)/src/wayland-server-core.h \
26 $(top_srcdir)/src/wayland-shm.c
[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 adds functionality not"
7 "wayland-protocols."
12 value: "git://anon.freedesktop.org/wayland/wayland-protocols"
/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/mesa3d/src/egl/wayland/wayland-drm/
DMakefile.am8 wayland-drm.c \
9 wayland-drm.h \
10 wayland-drm-protocol.c
11 noinst_HEADERS = wayland-drm.h
13 EXTRA_DIST = wayland-drm.xml meson.build
15 BUILT_SOURCES = wayland-drm-protocol.c \
16 wayland-drm-client-protocol.h \
17 wayland-drm-server-protocol.h
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],
/external/mesa3d/src/egl/wayland/wayland-egl/
DMakefile.am2 pkgconfig_DATA = wayland-egl.pc
9 noinst_HEADERS = wayland-egl-backend.h
10 libwayland_egl_la_SOURCES = wayland-egl.c
17 TESTS = wayland-egl-symbols-check \
18 wayland-egl-abi-check
20 EXTRA_DIST = wayland-egl-symbols-check meson.build
22 check_PROGRAMS = wayland-egl-abi-check
Dmeson.build23 'wayland-egl',
24 'wayland-egl.c',
33 name : 'wayland-egl',
34 description : 'Mesa wayland-egl library',
37 requires : 'wayland-client',
41 test('wayland-egl-symbols-check',
42 find_program('wayland-egl-symbols-check'),
46 'wayland-egl-abi-check',
47 executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
/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/mesa3d/src/egl/
DMakefile.am87 libEGL_common_la_LIBADD += $(top_builddir)/src/egl/wayland/wayland-drm/libwayland-drm.la
115 -I$(top_srcdir)/src/egl/wayland/wayland-egl \
116 -I$(top_builddir)/src/egl/wayland/wayland-drm \
117 -I$(top_srcdir)/src/egl/wayland/wayland-drm \
/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()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp145 VulkanWindowWayland (MovePtr<wayland::Window> window) in VulkanWindowWayland()
157 UniquePtr<wayland::Window> m_window;
163 VulkanDisplayWayland (MovePtr<wayland::Display> display) in VulkanDisplayWayland()
173 …return new VulkanWindowWayland(MovePtr<wayland::Window>(new wayland::Window(*m_display, (int)width… in createWindow()
177 MovePtr<wayland::Display> m_display;
226 …return new VulkanDisplayWayland(MovePtr<wayland::Display>(new wayland::Display(m_eventState, WAYLA… in createWsiDisplay()
249 return wayland::Display::hasDisplay(WAYLAND_DISPLAY); in hasDisplay()
/external/mesa3d/src/vulkan/
DMakefile.am63 WL_DRM_XML = $(top_srcdir)/src/egl/wayland/wayland-drm/wayland-drm.xml
65 wsi/wayland-drm-protocol.c : $(WL_DRM_XML)
69 wsi/wayland-drm-client-protocol.h : $(WL_DRM_XML)

123