HomeSort by relevance Sort by last modified time
    Searched refs:wayland (Results 1 - 25 of 42) sorted by null

1 2

  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.hpp 25 * \brief wayland Egl Display Factory.
35 namespace wayland namespace in namespace:tcu::lnx
43 } // wayland
tcuLnxWayland.hpp 25 * \brief wayland utilities.
33 #include <wayland-client.h>
34 #include <wayland-egl.h>
40 namespace wayland namespace in namespace:tcu::lnx
107 } // wayland
tcuLnxWaylandEglDisplayFactory.cpp 23 * \brief wayland Egl Display Factory.
38 namespace wayland namespace in namespace:tcu::lnx
64 Display (MovePtr<wayland::Display> waylandDisplay)
72 wayland::Display& getWaylandDisplay (void) { return *m_display; }
79 UniquePtr<wayland::Display> m_display;
100 wayland::Window m_window;
137 : NativeWindowFactory ("window", "Wayland Window", Window::CAPABILITIES)
176 : NativeDisplayFactory ("Wayland", "Native Wayland Display",
189 MovePtr<wayland::Display> waylandDisplay (new wayland::Display(m_eventState, DE_NULL))
    [all...]
tcuLnxWayland.cpp 23 * \brief wayland utilities.
36 namespace wayland namespace in namespace:tcu::lnx
215 } // wayland
  /external/mesa3d/src/amd/vulkan/
radv_wsi_wayland.c 26 #include <wayland-client.h>
27 #include <wayland-drm-client-protocol.h>
  /external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl-priv.h 11 #include <wayland-client.h>
wayland-egl.c 32 #include <wayland-client.h>
33 #include "wayland-egl.h"
34 #include "wayland-egl-priv.h"
  /hardware/intel/common/libva/va/wayland/
va_backend_wayland.h 2 * va_backend_wayland.h - VA driver implementation hooks for Wayland
31 #include <wayland-client.h>
33 /** \brief VA/Wayland API version. */
39 /** \brief VA/Wayland implementation hooks. */
48 /** \brief Hook to return Wayland buffer associated with the VA surface. */
56 /** \brief Hook to return Wayland buffer associated with the VA image. */
va_wayland.h 2 * va_wayland.h - Wayland API
31 #include <wayland-client.h>
35 * \brief The Wayland rendering API
37 * This file contains the \ref api_wayland "Wayland rendering API".
45 * \defgroup api_wayland Wayland rendering API
50 * - Create a VA display for an active Wayland display ;
57 * \brief Returns a VA display wrapping the specified Wayland display.
60 * specified Wayland @display.
62 * @param[in] display the native Wayland display
69 * \brief Returns the Wayland buffer associated with a VA surface
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_wsi_wayland.c 24 #include <wayland-client.h>
25 #include <wayland-drm-client-protocol.h>
  /external/deqp/framework/platform/lnx/
tcuLnxEglPlatform.cpp 50 m_nativeDisplayFactoryRegistry.registerFactory(wayland::egl::createDisplayFactory(eventState));
tcuLnxVulkanPlatform.cpp 143 VulkanWindowWayland (MovePtr<wayland::Window> window)
155 UniquePtr<wayland::Window> m_window;
161 VulkanDisplayWayland (MovePtr<wayland::Display> display)
171 return new VulkanWindowWayland(MovePtr<wayland::Window>(new wayland::Window(*m_display, (int)width, (int)height)));
175 MovePtr<wayland::Display> m_display;
219 return new VulkanDisplayWayland(MovePtr<wayland::Display>(new wayland::Display(m_eventState, DE_NULL)));
  /development/ndk/platforms/android-24/include/vulkan/
vk_platform.h 105 #include <wayland-client.h>
  /external/mesa3d/include/vulkan/
vk_platform.h 105 #include <wayland-client.h>
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 105 #include <wayland-client.h>
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 105 #include <wayland-client.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vk_platform.h 112 #include <wayland-client.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vk_platform.h 112 #include <wayland-client.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vk_platform.h 112 #include <wayland-client.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vk_platform.h 112 #include <wayland-client.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vk_platform.h 112 #include <wayland-client.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vk_platform.h 112 #include <wayland-client.h>
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_platform.h 105 #include <wayland-client.h>
  /external/mesa3d/docs/specs/
WL_bind_wayland_display.spec 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
38 more interfaces in the Wayland protocol to allow clients to create
43 Adding an implementation specific wayland interface, allows the
44 EGL implementation to define specific wayland requests and events,
45 needed for buffer sharing in an EGL wayland platform.
110 not an EGL wl_buffer (wl_shm and other wayland extensions can
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.h 4 #include <wayland-server.h>

Completed in 1259 milliseconds

1 2