Home
last modified time | relevance | path

Searched refs:plot_func (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dmain.cc122 : label(label), enabled(false), plot_func(f) {} in PlotDeclaration()
126 const std::function<void(Plot*)> plot_func; member
597 plot.plot_func(output); in main()
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()