Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-hdi/
Dhdi_head.cpp58 hdi_head_get_device_id(struct weston_head *base) in hdi_head_get_device_id() function
111 if (hdi_head_get_device_id(base) == 0) { in hdi_head_destroy()
Dhdi_head.h41 uint32_t hdi_head_get_device_id(struct weston_head *base);
Dhdi_renderer.cpp525 auto device_id = hdi_head_get_device_id(whead); in hdi_renderer_surface_state_create_layer()
562 uint32_t device_id = hdi_head_get_device_id(whead); in hdi_renderer_repaint_output()
745 uint32_t device_id = hdi_head_get_device_id(whead); in hdi_renderer_output_destroy()
759 int32_t device_id = hdi_head_get_device_id(whead); in hdi_renderer_output_set_gpu_buffer()
Dhdi_output.cpp213 auto device_id = hdi_head_get_device_id(h); in hdi_output_repaint()
321 uint32_t device_id = hdi_head_get_device_id(whead); in hdi_output_set_mode()
Dhdi_backend.cpp78 if (hdi_head_get_device_id(base) == device_id) { in hdi_backend_plug_event()