Home
last modified time | relevance | path

Searched defs:hud_graph (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_private.h106 struct hud_graph { struct
116 void (*begin_query)(struct hud_graph *gr, struct pipe_context *pipe); argument
117 void (*query_new_value)(struct hud_graph *gr, struct pipe_context *pipe); argument
119 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;