Home
last modified time | relevance | path

Searched refs:show_fps_ (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dmain-loop.cpp181 MainLoop(canvas, benchmarks), show_fps_(false), show_title_(false), in MainLoopDecoration()
205 if (show_fps_) { in draw()
235 show_fps_ = show_fps_option.value == "true"; in after_scene_setup()
238 if (show_fps_) { in after_scene_setup()
H A Dmain-loop.h121 bool show_fps_; variable
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dmain-loop.cpp181 MainLoop(canvas, benchmarks), show_fps_(false), show_title_(false), in MainLoopDecoration()
205 if (show_fps_) { in draw()
235 show_fps_ = show_fps_option.value == "true"; in after_scene_setup()
238 if (show_fps_) { in after_scene_setup()
H A Dmain-loop.h121 bool show_fps_; variable
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dpreferences.cpp135 bool show_fps_ = false; variable
635 return show_fps_; in show_fps()
862 show_fps_ = true; in parse_arg()
864 show_fps_ = false; in parse_arg()