Home
last modified time | relevance | path

Searched refs:wl_surface_attach (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp109 wl_surface_attach(surface, wlImage->buffer, 0, 0); in present()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c681 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/
Dinteractive-wayland.c258 wl_surface_attach(inter->wl_surf, buf, 0, 0); in buffer_create()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1109 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/
Dwsi_common_wayland.c876 wl_surface_attach(chain->surface, chain->images[image_index].buffer, 0, 0); in wsi_wl_swapchain_queue_present()
/external/wayland/tests/data/
Dexample-client.h3510 wl_surface_attach(struct wl_surface *wl_surface, struct wl_buffer *buffer, int32_t x, int32_t y) in wl_surface_attach() function