Searched defs:show_fps (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dfs-test.c19 unsigned show_fps = 0; variable
532 show_fps = 1;
H A Dgs-test.c19 unsigned show_fps = 0; variable
597 show_fps = 1;
H A Dvs-test.c20 unsigned show_fps = 0; variable
484 show_fps = 1;
/external/mesa3d/src/gallium/tests/graw/
H A Dfs-test.c19 unsigned show_fps = 0; variable
532 show_fps = 1;
H A Dgs-test.c19 unsigned show_fps = 0; variable
597 show_fps = 1;
H A Dvs-test.c20 unsigned show_fps = 0; variable
484 show_fps = 1;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2_glx.c95 Bool show_fps; member in struct:dri2_screen
681 static void show_fps(struct dri2_drawable *draw) function
739 if (psc->show_fps) {
740 show_fps(priv);
1170 psc->show_fps = tmp && strcmp(tmp, "1") == 0;
/external/mesa3d/src/glx/
H A Ddri2_glx.c95 Bool show_fps; member in struct:dri2_screen
681 static void show_fps(struct dri2_drawable *draw) function
739 if (psc->show_fps) {
740 show_fps(priv);
1170 psc->show_fps = tmp && strcmp(tmp, "1") == 0;

Completed in 188 milliseconds