Home
last modified time | relevance | path

Searched refs:compileSet (Results 1 – 25 of 68) sorted by relevance

123

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DIncrementalCompileOperation.cpp579 void IncrementalCompileOperation::add(CompileSet* compileSet, bool callBuildCompileMap) in add() argument
581 if (!compileSet) return; in add()
584 compileSet->_markerObject = _markerObject; in add()
586 if (compileSet->_subgraphToCompile.valid()) in add()
590 compileSet->_subgraphToCompile->getBound(); in add()
593 if (callBuildCompileMap) compileSet->buildCompileMap(_contexts); in add()
598 _toCompile.push_back(compileSet); in add()
601 void IncrementalCompileOperation::remove(CompileSet* compileSet) in remove() argument
605 if (!compileSet) return; in remove()
614 if (*itr == compileSet) in remove()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DIncrementalCompileOperation.cpp578 void IncrementalCompileOperation::add(CompileSet* compileSet, bool callBuildCompileMap) in add() argument
580 if (!compileSet) return; in add()
582 if (compileSet->_subgraphToCompile.valid()) in add()
586 compileSet->_subgraphToCompile->getBound(); in add()
589 if (callBuildCompileMap) compileSet->buildCompileMap(_contexts); in add()
591 …OSG_INFO<<"IncrementalCompileOperation::add(CompileSet = "<<compileSet<<", "<<", "<<callBuildCompi… in add()
594 _toCompile.push_back(compileSet); in add()
597 void IncrementalCompileOperation::remove(CompileSet* compileSet) in remove() argument
601 if (!compileSet) return; in remove()
610 if (*itr == compileSet) in remove()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgthreadedterrain/
H A Dosgthreadedterrain.cpp66 virtual bool compileCompleted(osgUtil::IncrementalCompileOperation::CompileSet* compileSet) in compileCompleted()
72 osg::notify(osg::NOTICE)<<"compileCompleted("<<compileSet<<")"<<std::endl; in compileCompleted()
100 osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet = in operator ()() local
103compileSet->_compileCompletedCallback = new ReleaseBlockOnCompileCompleted(_block.get()); in operator ()()
105 _incrementalCompileOperation->add(compileSet.get()); in operator ()()
346 … osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet = in load() local
349compileSet->_compileCompletedCallback = new ReleaseBlockOnCompileCompleted(_endOfLoadBlock.get()); in load()
351 _incrementalCompileOperation->add(compileSet.get()); in load()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgthreadedterrain/
H A Dosgthreadedterrain.cpp64 virtual bool compileCompleted(osgUtil::IncrementalCompileOperation::CompileSet* compileSet) in compileCompleted()
70 osg::notify(osg::NOTICE)<<"compileCompleted("<<compileSet<<")"<<std::endl; in compileCompleted()
98 osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet = in operator ()() local
101compileSet->_compileCompletedCallback = new ReleaseBlockOnCompileCompleted(_block.get()); in operator ()()
103 _incrementalCompileOperation->add(compileSet.get()); in operator ()()
344 … osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet = in load() local
347compileSet->_compileCompletedCallback = new ReleaseBlockOnCompileCompleted(_endOfLoadBlock.get()); in load()
349 _incrementalCompileOperation->add(compileSet.get()); in load()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DDatabasePager.cpp401 osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet; in invalidate() local
402 if (dr->_compileSet.lock(compileSet) && _pager->getIncrementalCompileOperation()) in invalidate()
404 _pager->getIncrementalCompileOperation()->remove(compileSet.get()); in invalidate()
890 osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet = 0; in run() local
907compileSet = new osgUtil::IncrementalCompileOperation::CompileSet(loadedModel.get()); in run()
908compileSet->buildCompileMap(_pager->_incrementalCompileOperation->getContextSet(), stateToCompile); in run()
909compileSet->_compileCompletedCallback = new DatabasePagerCompileCompletedCallback(_pager, database… in run()
910 _pager->_incrementalCompileOperation->add(compileSet.get(), false); in run()
922 databaseRequest->_compileSet = compileSet; in run()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DDatabasePager.cpp452 osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet;
453 if (dr->_compileSet.lock(compileSet) && _pager->getIncrementalCompileOperation())
455 _pager->getIncrementalCompileOperation()->remove(compileSet.get());
942 osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet = 0;
959compileSet = new osgUtil::IncrementalCompileOperation::CompileSet(loadedModel.get());
960compileSet->buildCompileMap(_pager->_incrementalCompileOperation->getContextSet(), stateToCompile);
961compileSet->_compileCompletedCallback = new DatabasePagerCompileCompletedCallback(_pager, database…
962 _pager->_incrementalCompileOperation->add(compileSet.get(), false);
974 databaseRequest->_compileSet = compileSet;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganalysis/
H A Dosganalysis.cpp581 osg::ref_ptr<osgUtil::IncrementalCompileOperation::CompileSet> compileSet = in operator ()() local
584 compileSet->_compileCompletedCallback = this; in operator ()()
586 _incrementalCompileOperation->add(compileSet.get()); in operator ()()
597 virtual bool compileCompleted(osgUtil::IncrementalCompileOperation::CompileSet* compileSet) in compileCompleted() argument
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/view/engine/volt/
H A Dcompiler.zep.h35 PHP_METHOD(Phalcon_Mvc_View_Engine_Volt_Compiler, compileSet);
251 …PHP_ME(Phalcon_Mvc_View_Engine_Volt_Compiler, compileSet, arginfo_phalcon_mvc_view_engine_volt_com… in ZEND_END_ARG_INFO()
/dports/devel/icu-lx/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/devel/icu/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dregexcmp.h98 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dregexcmp.h101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dregexcmp.h99 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/
H A DIncrementalCompileOperation238 virtual bool compileCompleted(CompileSet* compileSet) = 0;
285 void add(CompileSet* compileSet, bool callBuildCompileMap=true);
288 void remove(CompileSet* compileSet);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgUtil/
H A DIncrementalCompileOperation238 virtual bool compileCompleted(CompileSet* compileSet) = 0;
283 void add(CompileSet* compileSet, bool callBuildCompileMap=true);
286 void remove(CompileSet* compileSet);

123