Home
last modified time | relevance | path

Searched refs:FrameStamp (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DFrameStamp.cpp17 FrameStamp::FrameStamp():Referenced(true)
34 FrameStamp::FrameStamp(const FrameStamp& fs):Referenced(true)
51 FrameStamp::~FrameStamp()
55 FrameStamp& FrameStamp::operator = (const FrameStamp& fs)
76 void FrameStamp::setCalendarTime(const tm& ct)
89 void FrameStamp::getCalendarTime(tm& ct) const
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DFrameStamp.cpp17 FrameStamp::FrameStamp():Referenced(true) in FrameStamp() function in FrameStamp
34 FrameStamp::FrameStamp(const FrameStamp& fs):Referenced(true) in FrameStamp() function in FrameStamp
51 FrameStamp::~FrameStamp() in ~FrameStamp()
55 FrameStamp& FrameStamp::operator = (const FrameStamp& fs) in operator =()
76 void FrameStamp::setCalendarTime(const tm& ct) in setCalendarTime()
89 void FrameStamp::getCalendarTime(tm& ct) const in getCalendarTime()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DFrameStamp34 class OSG_EXPORT FrameStamp : public Referenced
38 FrameStamp();
39 FrameStamp(const FrameStamp& fs);
41 FrameStamp& operator = (const FrameStamp& fs);
57 virtual ~FrameStamp();
73 // could be a problem when sending the FrameStamp across a network
H A DView87 void setFrameStamp(osg::FrameStamp* fs) { _frameStamp = fs; }
90 osg::FrameStamp* getFrameStamp() { return _frameStamp.get(); }
93 const osg::FrameStamp* getFrameStamp() const { return _frameStamp.get(); }
180 osg::ref_ptr<osg::FrameStamp> _frameStamp;
H A DNodeVisitor19 #include <osg/FrameStamp>
129 /** Set the FrameStamp that this traversal is associated with.*/
130 inline void setFrameStamp(FrameStamp* fs) { _frameStamp = fs; }
132 /** Get the FrameStamp that this traversal is associated with.*/
133 inline const FrameStamp* getFrameStamp() const { return _frameStamp.get(); }
280 … std::string& fileName, osg::NodePath& nodePath, float priority, const FrameStamp* framestamp, osg…
308 …ect* attachmentPoint, int attachmentIndex, double timeToMergeBy, const FrameStamp* framestamp, osg…
330 ref_ptr<FrameStamp> _frameStamp;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DFrameStamp34 class OSG_EXPORT FrameStamp : public Referenced
38 FrameStamp();
39 FrameStamp(const FrameStamp& fs);
41 FrameStamp& operator = (const FrameStamp& fs);
57 virtual ~FrameStamp();
73 // could be a problem when sending the FrameStamp across a network
H A DView87 void setFrameStamp(osg::FrameStamp* fs) { _frameStamp = fs; }
90 osg::FrameStamp* getFrameStamp() { return _frameStamp.get(); }
93 const osg::FrameStamp* getFrameStamp() const { return _frameStamp.get(); }
183 osg::ref_ptr<osg::FrameStamp> _frameStamp;
/dports/games/flightgear/flightgear-2020.3.11/src/Scenery/
H A DSceneryPager.hxx42 float priority, osg::FrameStamp* frameStamp,
63 float priority, osg::FrameStamp* frameStamp, in PagerRequest()
75 osg::ref_ptr<osg::FrameStamp> _frameStamp;
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DCheckSceneryVisitor.cxx33 osg::FrameStamp* framestamp) in CheckSceneryVisitor()
68 const osg::FrameStamp* fs = getFrameStamp(); in apply()
94 const osg::FrameStamp* fs = getFrameStamp(); in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/
H A DCluster.h124 void setPacket(const osg::Matrix& matrix,const osg::FrameStamp* frameStamp) in setPacket()
154 osg::FrameStamp _frameStamp;
317 void write(const osg::FrameStamp& fs);
318 void read(osg::FrameStamp& fs);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/present3D/
H A DCluster.h125 void setPacket(const osg::Matrix& matrix,const osg::FrameStamp* frameStamp) in setPacket()
155 osg::FrameStamp _frameStamp;
318 void write(const osg::FrameStamp& fs);
319 void read(osg::FrameStamp& fs);
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dpicture_textures.rs12 TextureSource, FrameStamp, FrameId,
44 pub last_access: FrameStamp,
98 now: FrameStamp,
114 now: FrameStamp::INVALID, in new()
118 pub fn begin_frame(&mut self, stamp: FrameStamp, pending_updates: &mut TextureUpdateList) { in begin_frame() argument
H A Dgpu_cache.rs32 use crate::internal_types::{FastHashMap, FastHashSet, FrameStamp, FrameId};
489 frame_stamp: FrameStamp in push_data()
565 fn evict_old_blocks(&mut self, frame_stamp: FrameStamp) { in evict_old_blocks() argument
654 frame_stamp: FrameStamp,
703 now: FrameStamp,
729 now: FrameStamp::INVALID, in new()
746 let mut now = FrameStamp::first(DocumentId::new(IdNamespace(1), 1)); in new_for_testing()
788 pub fn begin_frame(&mut self, stamp: FrameStamp) { in begin_frame() argument
871 ) -> FrameStamp { in end_frame() argument
H A Dinternal_types.rs100 pub struct FrameStamp { struct
106 impl Eq for FrameStamp {} argument
108 impl PartialEq for FrameStamp { implementation
116 impl PartialOrd for FrameStamp { implementation
122 impl FrameStamp { implementation
147 FrameStamp { in first()
161 pub const INVALID: FrameStamp = FrameStamp {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dgpu_cache.rs33 use render_backend::{FrameStamp, FrameId};
485 frame_stamp: FrameStamp in push_data()
561 fn evict_old_blocks(&mut self, frame_stamp: FrameStamp) { in evict_old_blocks() argument
647 frame_stamp: FrameStamp,
685 now: FrameStamp,
702 now: FrameStamp::INVALID, in new()
716 let mut now = FrameStamp::first(DocumentId(IdNamespace(1), 1)); in new_for_testing()
734 pub fn begin_frame(&mut self, stamp: FrameStamp) { in begin_frame() argument
815 ) -> FrameStamp { in end_frame() argument
H A Dtexture_cache.rs17 use render_backend::{FrameId, FrameStamp};
103 last_access: FrameStamp,
123 last_access: FrameStamp, in new_standalone() argument
368 now: FrameStamp,
375 fn new(now: FrameStamp) -> Self { in new()
438 last_shared_cache_expiration: FrameStamp,
498 now: FrameStamp,
571 now: FrameStamp::INVALID, in new()
744 self.now = FrameStamp::INVALID; in end_frame()
914 entry.last_access = FrameStamp::INVALID; in mark_unused()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs112 last_access: FrameStamp,
133 last_access: FrameStamp, in new_standalone() argument
391 now: FrameStamp, in get_or_allocate_tile() argument
536 now: FrameStamp,
543 fn new(now: FrameStamp) -> Self { in new()
669 now: FrameStamp,
758 now: FrameStamp::INVALID, in new()
953 self.now = FrameStamp::INVALID; in end_frame()
1785 now: FrameStamp, in alloc() argument
1910 now: FrameStamp, in cache_entry_impl() argument
[all …]
H A Dgpu_cache.rs34 use crate::render_backend::{FrameStamp, FrameId};
484 frame_stamp: FrameStamp in push_data()
560 fn evict_old_blocks(&mut self, frame_stamp: FrameStamp) { in evict_old_blocks() argument
646 frame_stamp: FrameStamp,
684 now: FrameStamp,
710 now: FrameStamp::INVALID, in new()
727 let mut now = FrameStamp::first(DocumentId::new(IdNamespace(1), 1)); in new_for_testing()
769 pub fn begin_frame(&mut self, stamp: FrameStamp) { in begin_frame() argument
852 ) -> FrameStamp { in end_frame() argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs34 use crate::render_backend::{FrameStamp, FrameId};
490 frame_stamp: FrameStamp in push_data()
566 fn evict_old_blocks(&mut self, frame_stamp: FrameStamp) { in evict_old_blocks() argument
655 frame_stamp: FrameStamp,
704 now: FrameStamp,
730 now: FrameStamp::INVALID, in new()
747 let mut now = FrameStamp::first(DocumentId::new(IdNamespace(1), 1)); in new_for_testing()
789 pub fn begin_frame(&mut self, stamp: FrameStamp) { in begin_frame() argument
872 ) -> FrameStamp { in end_frame() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs34 use crate::render_backend::{FrameStamp, FrameId};
490 frame_stamp: FrameStamp in push_data()
566 fn evict_old_blocks(&mut self, frame_stamp: FrameStamp) { in evict_old_blocks() argument
655 frame_stamp: FrameStamp,
704 now: FrameStamp,
730 now: FrameStamp::INVALID, in new()
747 let mut now = FrameStamp::first(DocumentId::new(IdNamespace(1), 1)); in new_for_testing()
789 pub fn begin_frame(&mut self, stamp: FrameStamp) { in begin_frame() argument
872 ) -> FrameStamp { in end_frame() argument
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DImagePager21 #include <osg/FrameStamp>
83 …attachmentPoint, int attachmentIndex, double timeToMergeBy, const osg::FrameStamp* framestamp, osg…
89 virtual void updateSceneGraph(const osg::FrameStamp &frameStamp);
93 virtual void signalBeginFrame(const osg::FrameStamp* framestamp);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/
H A DCompositeViewer75 osg::FrameStamp* getFrameStamp() { return _frameStamp.get(); }
76 const osg::FrameStamp* getFrameStamp() const { return _frameStamp.get(); }
80 virtual osg::FrameStamp* getViewerFrameStamp() { return getFrameStamp(); }
144 osg::ref_ptr<osg::FrameStamp> _frameStamp;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/
H A DImagePager21 #include <osg/FrameStamp>
83 …attachmentPoint, int attachmentIndex, double timeToMergeBy, const osg::FrameStamp* framestamp, osg…
89 virtual void updateSceneGraph(const osg::FrameStamp &frameStamp);
93 virtual void signalBeginFrame(const osg::FrameStamp* framestamp);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgViewer/
H A DCompositeViewer72 osg::FrameStamp* getFrameStamp() { return _frameStamp.get(); }
73 const osg::FrameStamp* getFrameStamp() const { return _frameStamp.get(); }
77 virtual osg::FrameStamp* getViewerFrameStamp() { return getFrameStamp(); }
141 osg::ref_ptr<osg::FrameStamp> _frameStamp;
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Drenderer_compositor.hxx18 class FrameStamp;
90 osg::ref_ptr<osg::FrameStamp> _frameStamp;

123456789