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

  /external/mesa3d/src/gallium/auxiliary/hud/
hud_fps.c 55 hud_graph_add_value(gr, (uint64_t) fps);
hud_sensors_temp.c 168 hud_graph_add_value(gr, (uint64_t) sti->current);
171 hud_graph_add_value(gr, (uint64_t) sti->critical);
174 hud_graph_add_value(gr, (uint64_t)(sti->current * 1000));
177 hud_graph_add_value(gr, (uint64_t) sti->current);
180 hud_graph_add_value(gr, (uint64_t) sti->current);
hud_private.h 85 void hud_graph_add_value(struct hud_graph *gr, uint64_t value);
hud_cpu.c 158 hud_graph_add_value(gr, cpu_load);
hud_cpufreq.c 106 hud_graph_add_value(gr, (uint64_t)cfi->KHz * 1000);
hud_nic.c 207 hud_graph_add_value(gr, (uint64_t) pct);
216 hud_graph_add_value(gr, leveldBm);
hud_diskstat.c 150 hud_graph_add_value(gr, (uint64_t) val);
hud_driver_query.c 330 hud_graph_add_value(gr, value);
hud_context.c 870 hud_graph_add_value(struct hud_graph *gr, uint64_t value) function
    [all...]

Completed in 106 milliseconds