Searched refs:wl_display (Results 1 – 17 of 17) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_wayland.h | 31 struct wl_display* display; 36 …upportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); 48 struct wl_display* display);
|
D | vk_icd.h | 138 struct wl_display *display;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_wayland.h | 31 struct wl_display* display; 36 …upportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); 48 struct wl_display* display);
|
D | vk_icd.h | 138 struct wl_display *display;
|
D | vulkan_raii.hpp | 2938 …32 getWaylandPresentationSupportKHR( uint32_t queueFamilyIndex, struct wl_display & display ) cons… 13658 …e::getWaylandPresentationSupportKHR( uint32_t queueFamilyIndex, struct wl_display & display ) cons… in getWaylandPresentationSupportKHR()
|
D | vulkan.hpp | 2490 …HR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display * display ) cons… in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
|
/hardware/google/gfxstream/guest/mesa/src/egl/wayland/wayland-drm/ |
D | wayland-drm.h | 6 struct wl_display; 22 struct wl_display *display; 61 wayland_drm_init(struct wl_display *display, char *device_name,
|
D | wayland-drm.c | 251 wayland_drm_init(struct wl_display *display, char *device_name, in wayland_drm_init()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 96 struct wl_display *wl_display; member 98 struct wl_display *wl_display_wrapper; 841 struct wl_display *wl_display, in wsi_wl_display_init() argument 851 display->wl_display = wl_display; in wsi_wl_display_init() 854 display->queue = wl_display_create_queue(wl_display); in wsi_wl_display_init() 860 display->wl_display_wrapper = wl_proxy_create_wrapper(wl_display); in wsi_wl_display_init() 879 wl_display_roundtrip_queue(display->wl_display, display->queue); in wsi_wl_display_init() 902 wl_display_roundtrip_queue(display->wl_display, display->queue); in wsi_wl_display_init() 920 wl_display_roundtrip_queue(display->wl_display, display->queue); in wsi_wl_display_init() 959 wsi_wl_display_create(struct wsi_wayland *wsi, struct wl_display *wl_display, in wsi_wl_display_create() argument [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_wayland_surface/ |
D | platformCreateSurface_wayland.adoc | 40 code:wl_display and code:wl_surface to associate the surface with. 45 pname:display must: point to a valid Wayland code:wl_display 64 Some Vulkan functions may: send protocol over the specified code:wl_display 67 Applications must: therefore ensure that both the code:wl_display and the 69 objects created from a particular code:wl_display and code:wl_surface.
|
D | platformQuerySupport_wayland.adoc | 17 * pname:display is a pointer to the code:wl_display associated with a
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | eglplatform.h | 88 typedef struct wl_display *EGLNativeDisplayType;
|
/hardware/google/gfxstream/guest/mesa/include/EGL/ |
D | eglplatform.h | 81 typedef struct wl_display *EGLNativeDisplayType;
|
D | eglext.h | 1450 struct wl_display; 1459 typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWLPROC) (EGLDisplay dpy, struct wl_display… 1460 …olean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWLPROC) (EGLDisplay dpy, struct wl_display *display); 1463 EGLAPI EGLBoolean EGLAPIENTRY eglBindWaylandDisplayWL (EGLDisplay dpy, struct wl_display *display); 1464 EGLAPI EGLBoolean EGLAPIENTRY eglUnbindWaylandDisplayWL (EGLDisplay dpy, struct wl_display *display…
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/ |
D | device_select_wayland.c | 101 struct wl_display *display; in device_select_find_wayland_pci_default()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_wayland_surface.adoc | 47 `struct wl_display*`) pair, then the physical device could be assumed to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12472 used instead of code:wl_display (public issue 193).
|