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

  /external/mesa3d/src/gallium/auxiliary/hud/
hud_fps.c 84 gr->query_new_value = query_fps;
hud_cpu.c 209 gr->query_new_value = query_cpu_load;
301 gr->query_new_value = query_api_thread_busy_status;
375 gr->query_new_value = query_thread_counter;
hud_driver_query.c 304 query_new_value(struct hud_graph *gr, struct pipe_context *pipe) function
392 gr->query_new_value = query_new_value;
hud_cpufreq.c 158 gr->query_new_value = query_cfi_load;
hud_private.h 107 void (*query_new_value)(struct hud_graph *gr, struct pipe_context *pipe); member in struct:hud_graph
hud_diskstat.c 203 gr->query_new_value = query_dsi_load;
hud_sensors_temp.c 229 gr->query_new_value = query_sti_load;
hud_nic.c 279 gr->query_new_value = query_nic_load;
hud_context.c 661 gr->query_new_value(gr, pipe);
    [all...]

Completed in 266 milliseconds