Searched defs:pane (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_fps.c | 76 hud_fps_graph_install(struct hud_pane *pane) in hud_fps_graph_install() 103 hud_frametime_graph_install(struct hud_pane *pane) in hud_frametime_graph_install()
|
D | hud_context.c | 327 const struct hud_pane *pane) in hud_pane_accumulate_vertices() 402 const struct hud_pane *pane) in hud_pane_accumulate_vertices_simple() 422 const struct hud_pane *pane) in hud_pane_draw_colored_objects() 468 struct hud_pane *pane; in hud_draw_results() local 628 struct hud_pane *pane; in hud_start_queries() local 646 struct hud_pane *pane; in hud_stop_queries() local 768 hud_pane_set_max_value(struct hud_pane *pane, uint64_t value) in hud_pane_set_max_value() 843 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane) in hud_pane_update_dyn_ceiling() 875 struct hud_pane *pane = CALLOC_STRUCT(hud_pane); in hud_pane_create() local 920 hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr) in hud_pane_add_graph() [all …]
|
D | hud_cpu.c | 267 hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index) in hud_cpu_graph_install() 368 hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main) in hud_thread_busy_install() 443 void hud_thread_counter_install(struct hud_pane *pane, const char *name, in hud_thread_counter_install()
|
D | hud_driver_query.c | 371 struct hud_pane *pane, in hud_pipe_query_install() 424 struct hud_pane *pane, struct pipe_screen *screen, in hud_driver_query_install()
|
D | hud_cpufreq.c | 124 hud_cpufreq_graph_install(struct hud_pane *pane, int cpu_index, in hud_cpufreq_graph_install()
|
D | hud_sensors_temp.c | 205 hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name, in hud_sensors_temp_graph_install()
|
D | hud_diskstat.c | 175 hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name, in hud_diskstat_graph_install()
|
D | hud_nic.c | 247 hud_nic_graph_install(struct hud_pane *pane, const char *nic_name, in hud_nic_graph_install()
|
D | hud_private.h | 102 struct hud_pane *pane; member
|
/third_party/python/Lib/tkinter/ |
D | ttk.py | 964 def pane(self, pane, option=None, **kw): member in Panedwindow
|