Searched defs:hud_graph (Results 1 – 1 of 1) sorted by relevance
106 struct hud_graph { struct116 void (*begin_query)(struct hud_graph *gr, struct pipe_context *pipe); argument117 void (*query_new_value)(struct hud_graph *gr, struct pipe_context *pipe); argument119 void (*free_query_data)(void *ptr, struct pipe_context *pipe);122 unsigned num_vertices;123 unsigned index; /* vertex index being updated */124 double current_value;125 FILE *fd;126 const char *separator;