Searched refs:wl_surface_attach (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/WSI/ |
D | WaylandSurfaceKHR.cpp | 109 wl_surface_attach(surface, wlImage->buffer, 0, 0); in present()
|
/external/crosvm/gpu_display/src/ |
D | display_wl.c | 681 wl_surface_attach(disp_surface->surface, disp_surface->buffers[0], 0, in dwl_context_surface_new() 774 wl_surface_attach(self->surface, self->buffers[buffer_index], 0, 0); in dwl_surface_flip() 784 wl_surface_attach(self->surface, dmabuf->buffer, 0, 0); in dwl_surface_flip_to()
|
/external/libxkbcommon/tools/ |
D | interactive-wayland.c | 258 wl_surface_attach(inter->wl_surf, buf, 0, 0); in buffer_create()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1109 wl_surface_attach(dri2_surf->wl_surface_wrapper, in dri2_wl_swap_buffers_with_damage() 1818 wl_surface_attach(dri2_surf->wl_surface_wrapper, in dri2_wl_swrast_commit_backbuffer()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 876 wl_surface_attach(chain->surface, chain->images[image_index].buffer, 0, 0); in wsi_wl_swapchain_queue_present()
|
/external/wayland/tests/data/ |
D | example-client.h | 3510 wl_surface_attach(struct wl_surface *wl_surface, struct wl_buffer *buffer, int32_t x, int32_t y) in wl_surface_attach() function
|