Searched refs:Wayland (Results 1 – 25 of 82) sorted by relevance
1234
/external/wayland/doc/publican/ |
D | Makefile.am | 16 html_destdir := $(builddir)/Wayland/en-US/html 19 $(srcdir)/sources/Wayland.ent \ 20 $(srcdir)/sources/Wayland.xml \ 61 noinst_DATA = $(builddir)/Wayland $(publican_targets) 78 $(builddir)/Wayland: $(publican_targets) $(html_css_targets) $(html_img_targets) $(processed_target… 79 $(AM_V_GEN)$(XMLTO) $(XMLTO_PARAM) html $(builddir)/en-US/Wayland.xml -o $(html_destdir) 91 pubdir = $(docdir)/Wayland/en-US 142 $(AM_V_at)rm -fr $(builddir)/Wayland 147 list=`find $(builddir)/Wayland/en-US -type f`; \ 157 rm -fr $(DESTDIR)$(docdir)/Wayland; \
|
/external/deqp/targets/wayland/ |
D | wayland.cmake | 21 message("*** Using Wayland target") 22 set(DEQP_TARGET_NAME "Wayland") 24 # Use Wayland target 30 find_package(Wayland) 32 message(FATAL_ERROR "Wayland development package not found")
|
/external/wayland/doc/doxygen/dot/ |
D | wayland-architecture.gv | 18 …c1 [label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>Wayland Client</TD></TR></TABLE>>, URL… 19 …c2 [label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>Wayland Client</TD></TR></TABLE>>, URL… 21 …comp [tooltip="Wayland Compositor", label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD><BR/>W…
|
/external/deqp/targets/default/ |
D | FindWayland.cmake | 1 # Try to find Wayland on a Unix system 5 # WAYLAND_FOUND - True if Wayland is found 6 # WAYLAND_LIBRARIES - Link these to use Wayland 7 # WAYLAND_INCLUDE_DIR - Include directory for Wayland 8 # WAYLAND_DEFINITIONS - Compiler flags for using Wayland
|
/external/vulkan-validation-layers/cmake/ |
D | FindWayland.cmake | 1 # Try to find Wayland on a Unix system 5 # WAYLAND_FOUND - True if Wayland is found 6 # WAYLAND_LIBRARIES - Link these to use Wayland 7 # WAYLAND_INCLUDE_DIR - Include directory for Wayland 8 # WAYLAND_DEFINITIONS - Compiler flags for using Wayland
|
/external/wayland-protocols/freedesktop.org/ |
D | METADATA | 3 "wayland-protocols contains Wayland protocols that add functionality not " 4 "available in the Wayland core protocol. Such protocols either add " 6 "protocol either in Wayland core, or some other protocol in "
|
D | wayland-protocols-uninstalled.pc.in | 3 Name: Wayland Protocols 4 Description: Wayland protocol files (not installed)
|
D | wayland-protocols.pc.in | 5 Name: Wayland Protocols 6 Description: Wayland protocol files
|
D | README | 1 Wayland protocols 4 wayland-protocols contains Wayland protocols that add functionality not 5 available in the Wayland core protocol. Such protocols either add 7 protocol either in Wayland core, or some other protocol in 114 in the regular way as done in core Wayland or in stable protocols.
|
/external/wayland-protocols/chromium.org/ |
D | METADATA | 3 "wayland-protocols contains Wayland protocols that adds functionality not" 4 "available in the Wayland core protocol. Such protocols either adds" 6 "protocol either in Wayland core, or some other protocol in"
|
/external/wayland/doc/doxygen/ |
D | mainpage.dox | 3 * Wayland protocol API documentation. 11 * Further documentation about the architecture and principles of Wayland is 13 * <a href="https://wayland.freedesktop.org/docs/html">Wayland Book</a>
|
D | wayland.doxygen.in | 1 # Wayland-specific overrides 2 PROJECT_NAME = "Wayland"
|
/external/wayland/doc/publican/sources/ |
D | meson.build | 47 'Wayland.ent', 48 # 'Wayland.xml', # handled specially 62 input: 'Wayland.xml', 63 output: 'Wayland.xml',
|
/external/wayland/src/ |
D | meson.build | 48 name: 'Wayland Scanner', 49 description: 'Wayland scanner', 177 name: 'Wayland Server', 178 description: 'Server side implementation of the Wayland protocol', 209 name: 'Wayland Client', 210 description: 'Wayland client side library',
|
D | wayland-scanner-uninstalled.pc.in | 4 Name: Wayland Scanner 5 Description: Wayland scanner (not installed)
|
D | wayland-scanner.pc.in | 7 Name: Wayland Scanner 8 Description: Wayland scanner
|
D | wayland-client-uninstalled.pc.in | 5 Name: Wayland Client 6 Description: Wayland client side library (not installed)
|
D | wayland-client.pc.in | 8 Name: Wayland Client 9 Description: Wayland client side library
|
D | wayland-server-uninstalled.pc.in | 5 Name: Wayland Server 6 Description: Server side implementation of the Wayland protocol (not installed)
|
D | wayland-server.pc.in | 8 Name: Wayland Server 9 Description: Server side implementation of the Wayland protocol
|
/external/wayland/cursor/ |
D | wayland-cursor-uninstalled.pc.in | 4 Name: Wayland Cursor 5 Description: Wayland cursor helper library (not installed)
|
D | wayland-cursor.pc.in | 6 Name: Wayland Cursor 7 Description: Wayland cursor helper library
|
D | meson.build | 22 name: 'Wayland Cursor', 23 description: 'Wayland cursor helper library',
|
/external/wayland-protocols/freedesktop.org/m4/ |
D | compat.m4 | 5 dnl The Wayland project maintains automated builds for Ubuntu 14.04 in 7 dnl will reach EOL April 2019, however the Wayland PPA may stop targeting
|
/external/wayland/ |
D | README.android.md | 6 release of the core Wayland system code, and its core protocol. It is 53 A static expansion of `src/wayland-version.h.in` for the current Wayland 73 These are any additional changes to the Wayland core sources that might be 77 to the current version of Wayland used here. 139 version of Wayland if you make any changes to the official sources.
|
1234