Searched refs:show_fps (Results 1 – 8 of 8) sorted by relevance
19 unsigned show_fps = 0; variable491 show_fps = 1; in args()
20 unsigned show_fps = 0; variable480 show_fps = 1; in args()
19 unsigned show_fps = 0; variable582 show_fps = 1; in args()
114 void (*show_fps)(struct loader_dri3_drawable *, uint64_t); member
556 if (draw->vtable->show_fps) in dri3_handle_present_event()557 draw->vtable->show_fps(draw, ce->ust); in dri3_handle_present_event()
104 .show_fps = NULL,
705 static void show_fps(struct dri2_drawable *draw) in show_fps() function805 show_fps(priv); in dri2SwapBuffers()
165 .show_fps = glx_dri3_show_fps,