Home
last modified time | relevance | path

Searched refs:getLastFrameDuration (Results 1 – 14 of 14) sorted by relevance

/dports/games/residualvm/residualvm-0.3.1/engines/stark/gfx/
H A Dframelimiter.h49 uint getLastFrameDuration() const;
H A Dframelimiter.cpp69 uint FrameLimiter::getLastFrameDuration() const { in getLastFrameDuration() function in Stark::Gfx::FrameLimiter
/dports/games/scummvm/scummvm-2.5.1/engines/stark/gfx/
H A Dframelimiter.h49 uint getLastFrameDuration() const;
H A Dframelimiter.cpp69 uint FrameLimiter::getLastFrameDuration() const { in getLastFrameDuration() function in Stark::Gfx::FrameLimiter
/dports/games/openmw/openmw-openmw-0.47.0/components/misc/
H A Dframeratelimiter.hpp20 std::chrono::steady_clock::duration getLastFrameDuration() const in getLastFrameDuration() function in Misc::FrameRateLimiter
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/gfx/
H A Dgraphicengine.h160 float getLastFrameDuration() const { in getLastFrameDuration() function
H A Dgraphicengine_script.cpp284 static int getLastFrameDuration(lua_State *L) { in getLastFrameDuration() function
287 lua_pushnumber(L, pGE->getLastFrameDuration()); in getLastFrameDuration()
336 {"GetLastFrameDuration", getLastFrameDuration},
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/gfx/
H A Dgraphicengine.h146 float getLastFrameDuration() const { in getLastFrameDuration() function
H A Dgraphicengine_script.cpp284 static int getLastFrameDuration(lua_State *L) { in getLastFrameDuration() function
287 lua_pushnumber(L, pGE->getLastFrameDuration()); in getLastFrameDuration()
336 {"GetLastFrameDuration", getLastFrameDuration},
/dports/games/residualvm/residualvm-0.3.1/engines/stark/
H A Dstark.cpp263 _global->setMillisecondsPerGameloop(_frameLimiter->getLastFrameDuration()); in updateDisplayScene()
/dports/games/scummvm/scummvm-2.5.1/engines/stark/
H A Dstark.cpp234 StarkGlobal->setMillisecondsPerGameloop(_frameLimiter->getLastFrameDuration()); in updateDisplayScene()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dwindowmanagerimp.cpp719 …ono::duration_cast<std::chrono::duration<double>>(frameRateLimiter.getLastFrameDuration()).count(); in interactiveMessageBox()
1763 …ono::duration_cast<std::chrono::duration<double>>(frameRateLimiter.getLastFrameDuration()).count(); in playVideo()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DView.java2545 public long getLastFrameDuration() { in getLastFrameDuration() method in View
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/
H A Dengine.cpp929 frameRateLimiter.getLastFrameDuration(), in go()