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/include/osgUtil/
H A DStatistics179 typedef std::set<osg::Drawable*> DrawableSet;
216 DrawableSet _drawableSet;
217 DrawableSet _geometrySet;
218 DrawableSet _fastGeometrySet;
H A DIncrementalCompileOperation29 typedef std::set<osg::Drawable*> DrawableSet;
34 DrawableSet _drawablesHandled;
38 DrawableSet _drawables;
H A DOptimizer289 typedef std::set<osg::Drawable*> DrawableSet;
296 DrawableSet _drawableSet;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgUtil/
H A DStatistics179 typedef std::set<osg::Drawable*> DrawableSet;
216 DrawableSet _drawableSet;
217 DrawableSet _geometrySet;
218 DrawableSet _fastGeometrySet;
H A DIncrementalCompileOperation29 typedef std::set<osg::Drawable*> DrawableSet;
34 DrawableSet _drawablesHandled;
38 DrawableSet _drawables;
H A DOptimizer287 typedef std::set<osg::Drawable*> DrawableSet;
294 DrawableSet _drawableSet;
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Doptimizer.hpp286 typedef std::set<osg::Drawable*> DrawableSet; typedef in SceneUtil::Optimizer::FlattenStaticTransformsVisitor
293 DrawableSet _drawableSet;
H A Doptimizer.cpp676 for(DrawableSet::iterator ditr=_drawableSet.begin(); in removeTransforms()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DStatistics.cpp293 for(DrawableSet::iterator itr = _drawableSet.begin(); in totalUpStats()
334 for (DrawableSet::iterator drawableitr = _drawableSet.begin(); in print()
H A DIncrementalCompileOperation.cpp396 for(StateToCompile::DrawableSet::iterator ditr = stc._drawables.begin(); in buildCompileMap()
H A DOptimizer.cpp1174 for(DrawableSet::iterator ditr=_drawableSet.begin(); in removeTransforms()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DStatistics.cpp291 for(DrawableSet::iterator itr = _drawableSet.begin(); in totalUpStats()
H A DIncrementalCompileOperation.cpp396 for(StateToCompile::DrawableSet::iterator ditr = stc._drawables.begin(); in buildCompileMap()
H A DOptimizer.cpp1224 for(DrawableSet::iterator ditr=_drawableSet.begin(); in removeTransforms()