Home
last modified time | relevance | path

Searched refs:bShowFPS (Results 1 – 17 of 17) sorted by relevance

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Drun.cpp9 static bool bShowFPS = false; variable
190 if (bShowFPS) { in RunFrame()
620 bShowFPS = !bShowFPS; in RunMessageLoop()
621 if (bShowFPS) { in RunMessageLoop()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Drun.cpp9 static bool bShowFPS = false; variable
254 if (bShowFPS) { in RunFrame()
721 bShowFPS = !bShowFPS; in RunMessageLoop()
722 if (bShowFPS) { in RunMessageLoop()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/pi/
H A Drun_pi.cpp8 static bool bShowFPS = false; variable
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/sdl/
H A Drun.cpp8 static bool bShowFPS = false; variable
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/psp/
H A Drun.cpp44 static bool bShowFPS = false; variable
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/psp/
H A Drun.cpp44 static bool bShowFPS = false; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DVideoConfig.h90 bool bShowFPS; member
H A DVideoConfig.cpp81 bShowFPS = Config::Get(Config::GFX_SHOW_FPS); in Refresh()
H A DRenderBase.cpp495 if (g_ActiveConfig.bShowFPS) in DrawDebugText()
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dwhandler.cpp334 …static bool bShowFPS = [](){const char* c=std::getenv("IVAN_SHOWFPS");return c!=NULL && strcmp(c,"… in ShowFPS() local
335 if(bShowFPS){ in ShowFPS()
/dports/games/dunelegacy/dunelegacy-0.96.4/include/
H A DGame.h581 bool bShowFPS = false; ///< Show the FPS variable
/dports/games/openlierox/OpenLieroX/include/
H A DOptions.h206 bool bShowFPS; member
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DGame.cpp565 if(bShowFPS) { in drawScreen()
1177 if (bShowFPS) { in runMainLoop()
2141 bShowFPS = !bShowFPS; in handleKeyInput()
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DMenu_Options.cpp319 cOpt_System.Add( new CCheckbox(tLXOptions->bShowFPS), os_ShowFPS, 200, y, 17,17); in Menu_OptionsInitialize()
834 tLXOptions->bShowFPS = cOpt_System.SendMessage(os_ShowFPS, CKM_GETCHECK, (DWORD)0, 0) != 0; in Menu_OptionsFrame()
/dports/games/openlierox/OpenLieroX/src/client/
H A DOptions.cpp134 ( tLXOptions->bShowFPS, "Video.ShowFPS", false ) in Init()
H A DCClient_Draw.cpp591 if(tLXOptions->bShowFPS) { in Draw()
610 VideoPostProcessor::videoSurface()->w - (tLXOptions->bShowFPS ? 135 : 65), in Draw()
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUT.cpp3994 LPCWSTR DXUTGetFrameStats( bool bShowFPS ) in DXUTGetFrameStats() argument
3997 WCHAR* pstrFPS = ( bShowFPS ) ? GetDXUTState().GetFPSStats() : L""; in DXUTGetFrameStats()