Home
last modified time | relevance | path

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

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DStatistics.cpp175 _drawableSet.clear(); in reset()
270 _drawableSet.insert(&drawable); in apply()
293 for(DrawableSet::iterator itr = _drawableSet.begin(); in totalUpStats()
294 itr != _drawableSet.end(); in totalUpStats()
334 for (DrawableSet::iterator drawableitr = _drawableSet.begin(); in print()
335 drawableitr != _drawableSet.end(); in print()
355 …out << std::setw(12) << "Drawable " << std::setw(10) << _drawableSet.size() << std::setw(1… in print()
H A DOptimizer.cpp1136 _drawableSet.insert(&drawable); in apply()
1174 for(DrawableSet::iterator ditr=_drawableSet.begin(); in removeTransforms()
1175 ditr!=_drawableSet.end(); in removeTransforms()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DStatistics.cpp173 _drawableSet.clear(); in reset()
268 _drawableSet.insert(&drawable); in apply()
291 for(DrawableSet::iterator itr = _drawableSet.begin(); in totalUpStats()
292 itr != _drawableSet.end(); in totalUpStats()
327 …out << std::setw(12) << "Drawable " << std::setw(10) << _drawableSet.size() << std::setw(1… in print()
H A DOptimizer.cpp1184 _drawableSet.insert(geode.getDrawable(i)); in apply()
1224 for(DrawableSet::iterator ditr=_drawableSet.begin(); in removeTransforms()
1225 ditr!=_drawableSet.end(); in removeTransforms()
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Doptimizer.hpp293 DrawableSet _drawableSet; member in SceneUtil::Optimizer::FlattenStaticTransformsVisitor
H A Doptimizer.cpp638 _drawableSet.insert(&drawable); in apply()
676 for(DrawableSet::iterator ditr=_drawableSet.begin(); in removeTransforms()
677 ditr!=_drawableSet.end(); in removeTransforms()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/
H A DStatistics216 DrawableSet _drawableSet;
H A DOptimizer296 DrawableSet _drawableSet;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgUtil/
H A DStatistics216 DrawableSet _drawableSet;
H A DOptimizer294 DrawableSet _drawableSet;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DViewerBase.cpp799 …e(frameNumber, "Number of unique Drawable", static_cast<double>(statsVisitor._drawableSet.size())); in renderingTraversals()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DViewerBase.cpp740 …e(frameNumber, "Number of unique Drawable", static_cast<double>(statsVisitor._drawableSet.size())); in renderingTraversals()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/
H A DChangeLog29100 …indCompileableGLObjectsVisitorThe apply(osg::Drawable *) method doesn't update the _drawableSet and
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog39666 …indCompileableGLObjectsVisitorThe apply(osg::Drawable *) method doesn't update the _drawableSet and