Home
last modified time | relevance | path

Searched refs:framestamp (Results 1 – 23 of 23) sorted by last modified time

/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dpositioninit.cxx431 auto framestamp = globals->get_renderer()->getViewer()->getFrameStamp(); in checkCarrierSceneryLoaded() local
435 framestamp); in checkCarrierSceneryLoaded()
/dports/games/flightgear/flightgear-2020.3.11/src/Scenery/
H A Dtilemgr.cxx348 osg::FrameStamp* framestamp in schedule_needed() local
350 tile_cache.set_current_time(framestamp->getReferenceTime()); in schedule_needed()
384 osg::FrameStamp* framestamp in update_queues() local
386 double current_time = framestamp->getReferenceTime(); in update_queues()
414 framestamp, in update_queues()
H A Dterrain_stg.cxx376 osg::FrameStamp* framestamp in scenery_available() local
380 simgear::CheckSceneryVisitor csnv(pSceneryManager->getPager(), toOsg(p), range_m, framestamp); in scenery_available()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DCheckSceneryVisitor.cxx33 osg::FrameStamp* framestamp) in CheckSceneryVisitor() argument
39 setFrameStamp(framestamp); in CheckSceneryVisitor()
H A DCheckSceneryVisitor.hxx39 …r(osgDB::DatabasePager* dbp, const osg::Vec3 &position, double range, osg::FrameStamp* framestamp);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DImagePager.cpp169 void ImagePager::signalBeginFrame(const osg::FrameStamp* framestamp) in signalBeginFrame() argument
171 if (framestamp) in signalBeginFrame()
174 _frameNumber.exchange(framestamp->getFrameNumber()); in signalBeginFrame()
H A DDatabasePager.cpp1354 float priority, const osg::FrameStamp* framestamp, in requestNodeFile() argument
1393 double timestamp = framestamp?framestamp->getReferenceTime():0.0; in requestNodeFile()
1394 …unsigned int frameNumber = framestamp?framestamp->getFrameNumber():static_cast<unsigned int>(_fram… in requestNodeFile()
1520 void DatabasePager::signalBeginFrame(const osg::FrameStamp* framestamp) in signalBeginFrame() argument
1528 if (framestamp) in signalBeginFrame()
1533 _frameNumber.exchange(framestamp->getFrameNumber()); in signalBeginFrame()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgphotoalbum/
H A Dosgphotoalbum.cpp423 const osg::FrameStamp* framestamp = nv.getFrameStamp(); in traverse() local
424 if (framestamp) in traverse()
426 double t = framestamp->getSimulationTime(); in traverse()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/
H A DDatabasePager74 float priority, const osg::FrameStamp* framestamp,
160 virtual void signalBeginFrame(const osg::FrameStamp* framestamp);
H A DImagePager83 …int, int attachmentIndex, double timeToMergeBy, const osg::FrameStamp* framestamp, osg::ref_ptr<os…
93 virtual void signalBeginFrame(const osg::FrameStamp* framestamp);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DSequence.cpp220 const FrameStamp* framestamp = nv.getFrameStamp(); in traverse() local
221 if (framestamp) in traverse()
223 _now = framestamp->getSimulationTime(); in traverse()
239 if (framestamp) in traverse()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog47166 From Brede Johansen, "The attached file updates the framestamp and traversal number of the updatevi…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DNodeVisitor370 …& fileName, osg::NodePath& nodePath, float priority, const FrameStamp* framestamp, osg::ref_ptr<os…
398 …entPoint, int attachmentIndex, double timeToMergeBy, const FrameStamp* framestamp, osg::ref_ptr<os…
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DSequence.cpp218 const FrameStamp* framestamp = nv.getFrameStamp(); in traverse() local
219 if (framestamp) in traverse()
221 _now = framestamp->getSimulationTime(); in traverse()
237 if (framestamp) in traverse()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgphotoalbum/
H A Dosgphotoalbum.cpp423 const osg::FrameStamp* framestamp = nv.getFrameStamp(); in traverse() local
424 if (framestamp) in traverse()
426 double t = framestamp->getSimulationTime(); in traverse()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/
H A DChangeLog36600 From Brede Johansen, "The attached file updates the framestamp and traversal number of the updatevi…
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DNodeVisitor280 …& fileName, osg::NodePath& nodePath, float priority, const FrameStamp* framestamp, osg::ref_ptr<os…
308 …entPoint, int attachmentIndex, double timeToMergeBy, const FrameStamp* framestamp, osg::ref_ptr<os…
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DDatabasePager74 float priority, const osg::FrameStamp* framestamp,
156 virtual void signalBeginFrame(const osg::FrameStamp* framestamp);
H A DImagePager83 …int, int attachmentIndex, double timeToMergeBy, const osg::FrameStamp* framestamp, osg::ref_ptr<os…
93 virtual void signalBeginFrame(const osg::FrameStamp* framestamp);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DDatabasePager.cpp1393 float priority, const osg::FrameStamp* framestamp,
1432 double timestamp = framestamp?framestamp->getReferenceTime():0.0;
1433 …unsigned int frameNumber = framestamp?framestamp->getFrameNumber():static_cast<unsigned int>(_fram…
1558 void DatabasePager::signalBeginFrame(const osg::FrameStamp* framestamp)
1566 if (framestamp)
1571 _frameNumber.exchange(framestamp->getFrameNumber());
H A DImagePager.cpp169 void ImagePager::signalBeginFrame(const osg::FrameStamp* framestamp)
171 if (framestamp)
174 _frameNumber.exchange(framestamp->getFrameNumber());
/dports/emulators/tilem/tilem-2.0/emu/
H A Dgraylcd.c92 glcd->framestamp = tilem_new_atomic(dword, windowsize); in tilem_gray_lcd_new()
111 glcd->framestamp[i] = calc->z80.lastlcdwrite - i; in tilem_gray_lcd_new()
130 tilem_free(glcd->framestamp); in tilem_gray_lcd_free()
181 if (glcd->framestamp[glcd->framenum] == lastwrite) in tilem_gray_lcd_get_frame()
185 glcd->framestamp[glcd->framenum] = lastwrite; in tilem_gray_lcd_get_frame()
H A Dgraylcd.h49 dword *framestamp; /* LCD update time at start of frame */ member