HomeSort by relevance Sort by last modified time
    Searched refs:hud_pane (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/hud/
hud_private.h 99 struct hud_pane *pane;
118 struct hud_pane { struct
147 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr);
148 void hud_pane_set_max_value(struct hud_pane *pane, uint64_t value);
158 void hud_fps_graph_install(struct hud_pane *pane);
159 void hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index);
160 void hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main);
161 void hud_thread_counter_install(struct hud_pane *pane, const char *name,
164 struct hud_pane *pane,
173 struct hud_pane *pane
    [all...]
hud_fps.c 70 hud_fps_graph_install(struct hud_pane *pane)
hud_cpu.c 183 hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index)
284 hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main)
359 void hud_thread_counter_install(struct hud_pane *pane, const char *name,
hud_context.c 328 const struct hud_pane *pane)
403 const struct hud_pane *pane)
449 struct hud_pane *pane;
597 struct hud_pane *pane;
615 struct hud_pane *pane;
742 hud_pane_set_max_value(struct hud_pane *pane, uint64_t value)
817 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane)
842 static struct hud_pane *
848 struct hud_pane *pane = CALLOC_STRUCT(hud_pane);
    [all...]
hud_cpufreq.c 124 hud_cpufreq_graph_install(struct hud_pane *pane, int cpu_index,
hud_driver_query.c 371 struct hud_pane *pane,
424 struct hud_pane *pane, struct pipe_screen *screen,
hud_diskstat.c 174 hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name,
hud_sensors_temp.c 201 hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name,
hud_nic.c 246 hud_nic_graph_install(struct hud_pane *pane, const char *nic_name,

Completed in 197 milliseconds