Home
last modified time | relevance | path

Searched refs:createVertexArrayStateImplementation (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_mp/
H A DMPGeometry.cpp571 MPGeometry::createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) const function in MPGeometry
573 osg::VertexArrayState* vas = osg::Geometry::createVertexArrayStateImplementation(renderInfo);
H A DMPGeometry157 …virtual osg::VertexArrayState* createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) c…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DDrawable297 …virtual osg::VertexArrayState* createVertexArrayStateImplementation(osg::RenderInfo& renderInfo, c…
299 return drawable->createVertexArrayStateImplementation(renderInfo);
317 …Callback.valid()) return _createVertexArrayStateCallback->createVertexArrayStateImplementation(ren…
318 else return createVertexArrayStateImplementation(renderInfo);
322 … virtual VertexArrayState* createVertexArrayStateImplementation(RenderInfo& renderInfo) const;
H A DGeometry236 … virtual VertexArrayState* createVertexArrayStateImplementation(RenderInfo& renderInfo) const;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/
H A DGeometryPool69 … osg::VertexArrayState* createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) const;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_rex/
H A DGeometryPool86 … osg::VertexArrayState* createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) const;
H A DGeometryPool.cpp645 osg::VertexArrayState* SharedGeometry::createVertexArrayStateImplementation(osg::RenderInfo& render… in createVertexArrayStateImplementation() function in SharedGeometry
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DDrawable.cpp735 VertexArrayState* Drawable::createVertexArrayStateImplementation(RenderInfo& renderInfo) const in createVertexArrayStateImplementation() function in Drawable
H A DGeometry.cpp759 VertexArrayState* Geometry::createVertexArrayStateImplementation(RenderInfo& renderInfo) const in createVertexArrayStateImplementation() function in Geometry
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/
H A DTextBase298 osg::VertexArrayState* createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) const;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DTextBase.cpp112 osg::VertexArrayState* TextBase::createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) … in createVertexArrayStateImplementation() function in TextBase
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/
H A DParticleSystem.cpp688 osg::VertexArrayState* osgParticle::ParticleSystem::createVertexArrayStateImplementation(osg::Rende… in createVertexArrayStateImplementation() function in osgParticle::ParticleSystem
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/
H A DParticleSystem268 …virtual osg::VertexArrayState* createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) c…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/
H A DGeometryPool.cpp799 osg::VertexArrayState* SharedGeometry::createVertexArrayStateImplementation(osg::RenderInfo& render… in createVertexArrayStateImplementation() function in SharedGeometry
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog2170 …wn debug message output for osgText shader setup and Drawable::createVertexArrayStateImplementation