HomeSort by relevance Sort by last modified time
    Searched refs:show_fps_interval (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/
dri2_priv.h 56 int show_fps_interval; member in struct:dri2_screen
dri3_priv.h 106 int show_fps_interval; member in struct:dri3_screen
dri3_glx.c 162 ((struct dri3_screen *) priv->base.psc)->show_fps_interval;
920 psc->show_fps_interval = tmp ? atoi(tmp) : 0;
921 if (psc->show_fps_interval < 0)
922 psc->show_fps_interval = 0;
dri2_glx.c 755 ((struct dri2_screen *) draw->base.psc)->show_fps_interval;
851 if (psc->show_fps_interval) {
    [all...]

Completed in 78 milliseconds