Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp110 wl_surface_damage(surface, 0, 0, extent.width, extent.height); in present()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c683 wl_surface_damage(disp_surface->surface, 0, 0, width, height); in dwl_context_surface_new()
775 wl_surface_damage(self->surface, 0, 0, self->width, self->height); in dwl_surface_flip()
785 wl_surface_damage(self->surface, 0, 0, self->width, self->height); in dwl_surface_flip_to()
/external/libxkbcommon/tools/
Dinteractive-wayland.c259 wl_surface_damage(inter->wl_surf, 0, 0, width, height); in buffer_create()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1123 wl_surface_damage(dri2_surf->wl_surface_wrapper, in dri2_wl_swap_buffers_with_damage()
1828 wl_surface_damage(dri2_surf->wl_surface_wrapper, in dri2_wl_swrast_commit_backbuffer()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c888 wl_surface_damage(chain->surface, 0, 0, INT32_MAX, INT32_MAX); in wsi_wl_swapchain_queue_present()
/external/wayland/tests/data/
Dexample-client.h3542 wl_surface_damage(struct wl_surface *wl_surface, int32_t x, int32_t y, int32_t width, int32_t heigh… in wl_surface_damage() function