Searched refs:show_fps (Results 1 – 8 of 8) sorted by relevance
19 unsigned show_fps = 0; variable487 show_fps = 1; in args()
19 unsigned show_fps = 0; variable579 show_fps = 1; in args()
20 unsigned show_fps = 0; variable477 show_fps = 1; in args()
108 void (*show_fps)(struct loader_dri3_drawable *, uint64_t); member
240 if (draw->vtable->show_fps) in dri3_handle_present_event()241 draw->vtable->show_fps(draw, ce->ust); in dri3_handle_present_event()
135 .show_fps = NULL,
752 static void show_fps(struct dri2_drawable *draw) in show_fps() function852 show_fps(priv); in dri2SwapBuffers()
190 .show_fps = glx_dri3_show_fps,