Searched refs:show_fps (Results 1 – 8 of 8) sorted by relevance
19 unsigned show_fps = 0; variable487 show_fps = 1; in args()
20 unsigned show_fps = 0; variable477 show_fps = 1; in args()
19 unsigned show_fps = 0; variable579 show_fps = 1; in args()
104 void (*show_fps)(struct loader_dri3_drawable *, uint64_t); member
380 if (draw->vtable->show_fps) in dri3_handle_present_event()381 draw->vtable->show_fps(draw, ce->ust); in dri3_handle_present_event()
104 .show_fps = NULL,
758 static void show_fps(struct dri2_drawable *draw) in show_fps() function858 show_fps(priv); in dri2SwapBuffers()
165 .show_fps = glx_dri3_show_fps,