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