Searched refs:wl_surface_damage (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/WSI/ |
D | WaylandSurfaceKHR.cpp | 110 wl_surface_damage(surface, 0, 0, extent.width, extent.height); in present()
|
/external/crosvm/gpu_display/src/ |
D | display_wl.c | 683 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/ |
D | interactive-wayland.c | 259 wl_surface_damage(inter->wl_surf, 0, 0, width, height); in buffer_create()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1123 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/ |
D | wsi_common_wayland.c | 888 wl_surface_damage(chain->surface, 0, 0, INT32_MAX, INT32_MAX); in wsi_wl_swapchain_queue_present()
|
/external/wayland/tests/data/ |
D | example-client.h | 3542 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
|