/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
H A D | tcuLnxWaylandEglDisplayFactory.cpp | 23 * \brief wayland Egl Display Factory. 38 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() 200 } // wayland
|
H A D | tcuLnxWayland.hpp | 25 * \brief wayland utilities. 33 #include <wayland-client.h> 34 #include <wayland-egl.h> 41 namespace wayland namespace 121 } // wayland
|
H A D | tcuLnxWaylandEglDisplayFactory.hpp | 25 * \brief wayland Egl Display Factory. 35 namespace wayland namespace 43 } // wayland
|
H A D | tcuLnxWayland.cpp | 23 * \brief wayland utilities. 36 namespace wayland namespace 252 } // wayland
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
H A D | tcuLnxVulkanPlatform.cpp | 178 VulkanWindowWayland (MovePtr<wayland::Window> window) in VulkanWindowWayland() 197 TCU_THROW(NotSupportedError, "Minimized on wayland is not implemented"); in setMinimized() 201 UniquePtr<wayland::Window> m_window; 207 VulkanDisplayWayland (MovePtr<wayland::Display> display) in VulkanDisplayWayland() 217 return new VulkanWindowWayland(MovePtr<wayland::Window>(new wayland::Window(*m_display, (int)width, (int)height))); in createWindow() 221 MovePtr<wayland::Display> m_display; 394 return new VulkanDisplayWayland(MovePtr<wayland::Display>(new wayland::Display(m_eventState, WAYLAND_DISPLAY))); in createWsiDisplay() 424 return wayland in hasDisplay() [all...] |
H A D | tcuLnxEglPlatform.cpp | 50 m_nativeDisplayFactoryRegistry.registerFactory(wayland::egl::createDisplayFactory(eventState)); in Platform()
|
/third_party/mesa3d/ohos/ |
H A D | build_wayland_and_gbm.py | 38 -Dplatforms=wayland -Dglx=disabled -Dtools=panfrost --buildtype=release '
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan.h | 41 #include <wayland-client.h>
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
H A D | vulkan_sc.h | 41 #include <wayland-client.h>
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.h | 41 #include <wayland-client.h>
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | WaylandSurfaceKHR.hpp | 22 #include <wayland-client.h>
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan.h | 41 #include <wayland-client.h>
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan.h | 41 #include <wayland-client.h>
|
/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
H A D | wayland-drm.h | 4 #include <wayland-server.h>
|
H A D | wayland-drm.c | 36 #include <wayland-server.h> 37 #include "wayland-drm.h" 38 #include "wayland-drm-server-protocol.h"
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3native.h | 100 #include <wayland-client.h>
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3native.h | 123 #include <wayland-client.h>
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
H A D | x86_test-vk.sh | 159 . .gitlab-ci/container/build-wayland.sh
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_wayland.c | 24 #include <wayland-client.h> 25 #include "wayland-drm-client-protocol.h"
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldisplay.c | 62 #include <wayland-client.h> 81 { _EGL_PLATFORM_WAYLAND, "wayland" },
|
/third_party/glfw/src/ |
H A D | wl_platform.h | 27 #include <wayland-client-core.h>
|
H A D | wl_init.c | 43 #include "wayland-client-protocol.h" 53 // NOTE: Versions of wayland-scanner prior to 1.17.91 named every global array of 59 #include "wayland-client-protocol-code.h" 437 const _GLFWplatform wayland = in _glfwConnectWayland() local 560 *platform = wayland; in _glfwConnectWayland()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 52 #include <wayland-client.h> 55 #include <gdk/wayland/gdkwayland.h>
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_wayland.c | 50 #include <wayland-egl-backend.h> 51 #include <wayland-client.h> 52 #include "wayland-drm-client-protocol.h" 510 _eglLog(_EGL_WARNING, "wayland-egl: we could not map the format table " in surface_dmabuf_feedback_tranche_formats() 516 _eglLog(_EGL_WARNING, "wayland-egl: compositor didn't advertise a format " in surface_dmabuf_feedback_tranche_formats() 1674 _eglLog(_EGL_WARNING, "wayland-egl: client asks server to " in dri2_wl_authenticate() 1705 _eglLog(_EGL_WARNING, "wayland-egl: could not open %s (%s)", in drm_handle_device() 1720 _eglLog(_EGL_WARNING, "wayland-egl: drmGetMagic failed"); in drm_handle_device() 1874 _eglLog(_EGL_WARNING, "wayland-egl: we could not map the format table " in default_dmabuf_feedback_tranche_formats() 1880 _eglLog(_EGL_WARNING, "wayland in default_dmabuf_feedback_tranche_formats() [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 56 #include <wayland-client.h> 57 #include "wayland-drm-client-protocol.h"
|