Home
last modified time | relevance | path

Searched refs:getFPS (Results 1 – 25 of 142) sorted by relevance

123456

/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/sequence/
H A DSequence.cpp38 float Sequence::getFPS() const in getFPS() function in Sequence
40 return m_sequence->getFPS(); in getFPS()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/18.SplitScreen/
H A Dmain.cpp226 if (driver->getFPS() != lastFPS) in main()
228 lastFPS = driver->getFPS(); in main()
/dports/graphics/libgltext/gltext-0.3.1/examples/fps/
H A Dfps.cpp59 int getFPS() const in getFPS() function in FPSCounter
107 int fps = gFPSCounter.getFPS(); in display()
/dports/devel/love5/love-0.5-0/src/sdltimer/
H A Dlove_sdltimer.h44 float getFPS();
/dports/devel/love08/love-0.8.0/src/modules/timer/
H A DTimer.h64 virtual int getFPS() const = 0;
/dports/devel/love07/love-HEAD/src/modules/timer/sdl/
H A DTimer.h106 float getFPS() const;
/dports/devel/love/love-11.3/src/modules/timer/
H A DTimer.h67 int getFPS() const;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCFPSCounter.h22 s32 getFPS() const;
H A DCFPSCounter.cpp23 s32 CFPSCounter::getFPS() const in getFPS() function in irr::video::CFPSCounter
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCFPSCounter.h22 s32 getFPS() const;
H A DCFPSCounter.cpp23 s32 CFPSCounter::getFPS() const in getFPS() function in irr::video::CFPSCounter
/dports/devel/love08/love-0.8.0/src/modules/timer/sdl/
H A DTimer.h58 int getFPS() const;
/dports/games/scorched3d/scorched/src/client/graph/
H A DFrameTimer.h32 float getFPS() { return fps_; } in getFPS() function
/dports/devel/love10/love-0.10.2/src/modules/timer/
H A DTimer.h66 virtual int getFPS() const;
/dports/games/blobby/blobby-1.0/src/
H A DSpeedController.h54 int getFPS() const { return mFPS; } in getFPS() function
/dports/games/nimuh/nimuh-1.02/src/
H A Dtimer.h34 int getFPS() { return fps; }; in getFPS() function
/dports/misc/dartsim/dart-6.11.1/dart/utils/
H A DFileInfoC3D.hpp61 inline double getFPS() const in getFPS() function in dart::utils::FileInfoC3D
H A DFileInfoDof.hpp82 double getFPS() const;
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/stuntsserver/
H A Dconsolethread.cpp234 float sfps = gamecorethread.m_GameCore->getFPS(); in cmd_show()
235 float nfps = networkthread.getFPS(); in cmd_show()
H A Dnetworkthread.h59 float getFPS(){return m_FPS;} in getFPS() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/gfx/
H A Danimationdescription.h70 int getFPS() const { in getFPS() function
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/gfx/
H A Danimationdescription.h70 int getFPS() const { in getFPS() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Dstatistics.h61 float getFPS();
/dports/multimedia/msopenh264/msopenh264-1.2.1/src/
H A Dmsopenh264enc.h38 float getFPS() const { return mVConf.fps; } in getFPS() function
/dports/graphics/blender/blender-2.91.0/extern/audaspace/include/sequence/
H A DSequence.h76 float getFPS() const;

123456