Searched refs:show_fps (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/fp/
H A Dfp-tri.c19 unsigned show_fps = 0; variable in typeref:typename:unsigned
54 show_fps = 1;
240 if (show_fps) {
261 if (show_fps) {
/xsrc/external/mit/mesa-demos/dist/src/vp/
H A Dvp-tris.c34 unsigned show_fps = 0; variable in typeref:typename:unsigned
68 show_fps = 1;
248 if (show_fps) {
327 if (show_fps) {
/xsrc/external/mit/mesa-demos/dist/src/fpglsl/
H A Dfp-tri.c19 unsigned show_fps = 0; variable in typeref:typename:unsigned
330 show_fps = 1;
401 if (show_fps) {
423 if (show_fps) {
/xsrc/external/mit/MesaLib.old/dist/src/loader/
H A Dloader_dri3_helper.h108 void (*show_fps)(struct loader_dri3_drawable *, uint64_t); member in struct:loader_dri3_vtable
H A Dloader_dri3_helper.c501 if (draw->vtable->show_fps)
502 draw->vtable->show_fps(draw, ce->ust);
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader_dri3_helper.h114 void (*show_fps)(struct loader_dri3_drawable *, uint64_t); member in struct:loader_dri3_vtable
H A Dloader_dri3_helper.c556 if (draw->vtable->show_fps)
557 draw->vtable->show_fps(draw, ce->ust);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dfs-test.c19 unsigned show_fps = 0; variable in typeref:typename:unsigned
486 show_fps = 1;
H A Dgs-test.c19 unsigned show_fps = 0; variable in typeref:typename:unsigned
577 show_fps = 1;
H A Dvs-test.c20 unsigned show_fps = 0; variable in typeref:typename:unsigned
475 show_fps = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dfs-test.c19 unsigned show_fps = 0; variable in typeref:typename:unsigned
491 show_fps = 1;
H A Dgs-test.c19 unsigned show_fps = 0; variable in typeref:typename:unsigned
582 show_fps = 1;
H A Dvs-test.c20 unsigned show_fps = 0; variable in typeref:typename:unsigned
480 show_fps = 1;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c104 .show_fps = NULL,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c104 .show_fps = NULL,
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2_glx.c765 static void show_fps(struct dri2_drawable *draw) function in typeref:typename:void
865 show_fps(priv);
H A Ddri3_glx.c165 .show_fps = glx_dri3_show_fps,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2_glx.c705 static void show_fps(struct dri2_drawable *draw) function in typeref:typename:void
805 show_fps(priv);
H A Ddri3_glx.c165 .show_fps = glx_dri3_show_fps,

Completed in 27 milliseconds