Home
last modified time | relevance | path

Searched refs:copyOrCreate (Results 1 – 10 of 10) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DSGReaderWriterOptions.cxx36 SGReaderWriterOptions::copyOrCreate(const osgDB::Options* options) in copyOrCreate() function in simgear::SGReaderWriterOptions
50 SGReaderWriterOptions* options = copyOrCreate(nullptr); in fromPath()
H A DSGReaderWriterOptions.hxx147 static SGReaderWriterOptions* copyOrCreate(const osgDB::Options* options);
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A Dmodellib.cxx139 opt = SGReaderWriterOptions::copyOrCreate(osgDB::Registry::instance()->getOptions()); in loadModel()
164 opt = SGReaderWriterOptions::copyOrCreate(osgDB::Registry::instance()->getOptions()); in loadDeferredModel()
195 opt = SGReaderWriterOptions::copyOrCreate(osgDB::Registry::instance()->getOptions()); in loadPagedModel()
H A DSGReaderWriterXML.cxx274 options = SGReaderWriterOptions::copyOrCreate(dbOptions); in sgLoad3DModel_internal()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/tgdb/
H A Dobj.cxx136 opt = SGReaderWriterOptions::copyOrCreate(options); in SGLoadBTG()
H A DReaderWriterSTG.cxx292 sharedOptions = SGReaderWriterOptions::copyOrCreate(options); in sharedOptions()
322 staticOptions = SGReaderWriterOptions::copyOrCreate(options); in staticOptions()
598 options = SGReaderWriterOptions::copyOrCreate(opt); in load()
/dports/games/flightgear/flightgear-2020.3.11/utils/stgmerge/
H A Dstgmerge.cxx96 staticOptions = sg::SGReaderWriterOptions::copyOrCreate(options); in staticOptions()
114 sharedOptions = sg::SGReaderWriterOptions::copyOrCreate(options); in sharedOptions()
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Dsplash.cxx93 …osg::ref_ptr<SGReaderWriterOptions> staticOptions = SGReaderWriterOptions::copyOrCreate(osgDB::Reg… in createNodes()
308 …GReaderWriterOptions> staticOptions = simgear::SGReaderWriterOptions::copyOrCreate(osgDB::Registry… in setupLogoImage()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/dem/
H A DReaderWriterPGT.cxx122 sgOptions = SGReaderWriterOptions::copyOrCreate(options); in LocalOptions()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A Dmat.cxx119 opt = SGReaderWriterOptions::copyOrCreate(options); in SGMaterial()