Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Ddisplay_wl.c569 struct dwl_surface *disp_surface = in dwl_context_surface_new() local
572 if (!disp_surface) in dwl_context_surface_new()
574 disp_surface->context = self; in dwl_context_surface_new()
575 disp_surface->width = width; in dwl_context_surface_new()
576 disp_surface->height = height; in dwl_context_surface_new()
577 disp_surface->scale = DEFAULT_SCALE; in dwl_context_surface_new()
578 disp_surface->buffer_count = buffer_count; in dwl_context_surface_new()
597 disp_surface->buffers[i] = buffer; in dwl_context_surface_new()
601 wl_buffer_add_listener(disp_surface->buffers[i], in dwl_context_surface_new()
602 &surface_buffer_listener, disp_surface); in dwl_context_surface_new()
[all …]