Searched refs:wl_display (Results 1 - 25 of 33) sorted by relevance

12

/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.h30 struct wl_display *wl_display);
H A Dwsi_common_wayland.c48 struct wl_display * display;
65 /* Hash table of wl_display -> wsi_wl_display mappings */
257 wsi_wl_display_create(struct wsi_wayland *wsi, struct wl_display *wl_display) argument
267 display->display = wl_display;
273 struct wl_registry *registry = wl_display_get_registry(wl_display);
280 wl_display_roundtrip(wl_display);
286 wl_display_roundtrip(wl_display);
307 struct wl_display *wl_display)
306 wsi_wl_get_display(struct wsi_device *wsi_device, struct wl_display *wl_display) argument
343 wsi_wl_get_presentation_support(struct wsi_device *wsi_device, struct wl_display *wl_display) argument
[all...]
/external/mesa3d/include/EGL/
H A Deglmesaext.h57 struct wl_display;
60 EGLAPI EGLBoolean EGLAPIENTRY eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
61 EGLAPI EGLBoolean EGLAPIENTRY eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
64 typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
65 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
H A Deglplatform.h88 typedef struct wl_display *EGLNativeDisplayType;
/external/mesa3d/docs/specs/
H A DWL_bind_wayland_display.spec36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
37 wl_display means that the EGL implementation should provide one or
54 struct wl_display *display);
57 struct wl_display *display);
88 To bind a server side wl_display to an EGLDisplay, call
91 struct wl_display *display);
93 To unbind a server side wl_display from an EGLDisplay, call
96 struct wl_display *display);
99 wl_display bound to EGLDisplay otherwise EGL_TRUE.
102 wl_display boun
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_wsi_wayland.c35 struct wl_display* display)
H A Dradv_private.h62 struct wl_display;
/external/deqp/framework/platform/lnx/wayland/
H A DtcuLnxWayland.hpp49 struct wl_display* getDisplay (void) { return m_display; }
57 struct wl_display* m_display;
/external/mesa3d/src/intel/vulkan/
H A Danv_wsi_wayland.c36 struct wl_display* display)
H A Danv_private.h54 struct wl_display;
/external/mesa3d/include/vulkan/
H A Dvk_icd.h85 struct wl_display *display;
H A Dvulkan.h3620 struct wl_display* display;
3626 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display);
3638 struct wl_display* display);
/external/vulkan-validation-layers/demos/smoke/
H A DShellWayland.h45 struct wl_display *display_;
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_icd.h85 struct wl_display *display;
H A Dvulkan.h3611 struct wl_display* display;
3617 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display);
3629 struct wl_display* display);
/external/mesa3d/src/egl/main/
H A Degldisplay.h272 struct wl_display;
275 _eglGetWaylandDisplay(struct wl_display *native_display,
H A Deglapi.h44 struct wl_display;
163 struct wl_display *display);
165 struct wl_display *display);
H A Degldisplay.c151 /* wl_display is a wl_proxy, which is a wl_object.
531 _eglGetWaylandDisplay(struct wl_display *native_display,
H A Deglapi.c392 dpy = _eglGetWaylandDisplay((struct wl_display*) native_display,
1988 struct wl_display;
1991 eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display)
2011 eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display)
/external/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.h98 wayland_drm_init(struct wl_display *display, char *device_name,
H A Dwayland-drm.c43 struct wl_display *display;
261 wayland_drm_init(struct wl_display *display, char *device_name,
/external/vulkan-validation-layers/loader/
H A Dwsi.h117 struct wl_display *display);
H A Dwsi.c887 struct wl_display *display) {
902 struct wl_display *display) {
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h204 struct wl_display *wl_dpy;
205 struct wl_display *wl_dpy_wrapper;
H A Degl_dri2.c2439 struct wl_display *wl_dpy)
2478 struct wl_display *wl_dpy)

Completed in 1285 milliseconds

12