Searched defs:hud_graph (Results 1 – 1 of 1) sorted by relevance
98 struct hud_graph { struct108 void (*begin_query)(struct hud_graph *gr, struct pipe_context *pipe); argument109 void (*query_new_value)(struct hud_graph *gr, struct pipe_context *pipe); argument111 void (*free_query_data)(void *ptr, struct pipe_context *pipe);114 unsigned num_vertices;115 unsigned index; /* vertex index being updated */116 double current_value;117 FILE *fd;