Home
last modified time | relevance | path

Searched defs:hud_pane (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_private.h129 struct hud_pane { struct
130 struct list_head head;
131 struct hud_context *hud;
132 unsigned x1, y1, x2, y2, y_simple;
133 unsigned inner_x1;
134 unsigned inner_y1;
158 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr); argument