Home
last modified time | relevance | path

Searched refs:_profile (Results 126 – 150 of 751) sorted by relevance

12345678910>>...31

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/vpb/
H A DReaderWriterVPB.cpp150 _profile( osgEarth::Registry::instance()->getGlobalGeodeticProfile() ), in VPBDatabase()
166 _profile->getNumTiles(0, numTilesWideAtLod0, numTilesHighAtLod0); in initialize()
190 … std::string srs = _profile->getSRS()->getHorizInitString(); //->getInitString(); //.srs(); in initialize()
251 _profile = osgEarth::Profile::create( in initialize()
486 osg::ref_ptr<const Profile> _profile; member in VPBDatabase
528 setProfile(_vpbDatabase->_profile.get()); in initialize()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexture.cpp251 glBindTexture( _profile._target, _id); in bind()
271 unsigned int previousSize = _profile._size; in setAllocated()
281 _set->getParent()->getCurrTexturePoolSize() += _profile._size; in setAllocated()
363 _profile(profile), in TextureObjectSet()
532 _parent->getCurrTexturePoolSize() -= numDeleted*_profile._size; in discardAllTextureObjects()
564 _parent->getCurrTexturePoolSize() -= numDeleted*_profile._size; in flushAllDeletedTextureObjects()
590 _parent->getCurrTexturePoolSize() -= numDiscarded*_profile._size; in discardAllDeletedTextureObjects()
631 unsigned int maxNumObjectsToDelete = _profile._size!=0 ? in flushDeletedTextureObjects()
661 _parent->getCurrTexturePoolSize() -= numDeleted*_profile._size; in flushDeletedTextureObjects()
738 (!_parent->hasSpace(_profile._size)) && in takeOrGenerate()
[all …]
H A DTextureBuffer.cpp147 if (textureObject->_profile._internalFormat != _internalFormat ) in apply()
192 textureObject->_profile._internalFormat=_internalFormat; in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexture.cpp249 glBindTexture( _profile._target, _id); in bind()
264 unsigned int previousSize = _profile._size; in setAllocated()
274 _set->getParent()->getCurrTexturePoolSize() += _profile._size; in setAllocated()
356 _profile(profile), in TextureObjectSet()
525 _parent->getCurrTexturePoolSize() -= numDeleted*_profile._size; in discardAllTextureObjects()
557 _parent->getCurrTexturePoolSize() -= numDeleted*_profile._size; in flushAllDeletedTextureObjects()
583 _parent->getCurrTexturePoolSize() -= numDiscarded*_profile._size; in discardAllDeletedTextureObjects()
624 unsigned int maxNumObjectsToDelete = _profile._size!=0 ? in flushDeletedTextureObjects()
654 _parent->getCurrTexturePoolSize() -= numDeleted*_profile._size; in flushDeletedTextureObjects()
731 (!_parent->hasSpace(_profile._size)) && in takeOrGenerate()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBVideo.m43 _profile = @"auto";
242 if (![profile isEqualToString:_profile])
244 [[self.undo prepareWithInvocationTarget:self] setProfile:_profile];
246 _profile = [profile copy];
471 copy->_profile = [_profile copy];
510 encodeObject(_profile);
538 decodeObjectOrFail(_profile, NSString);
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/client/marionette_driver/
H A Dgeckoinstance.py152 self._profile = profile
176 return self._profile
194 if hasattr(self, "_profile") and profile is self._profile:
223 self._profile = profile
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DTileKey72 _profile->isHorizEquivalentTo(rhs._profile.get());
108 bool valid() const { return _profile.valid(); }
197 osg::ref_ptr<const Profile> _profile;
H A DCacheEstimator72 const osgEarth::Profile* getProfile() const { return _profile.get(); }
73 void setProfile( const osgEarth::Profile* profile ) { _profile = profile; }
107 osg::ref_ptr< const osgEarth::Profile > _profile;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DTargetAddressHelper.java120 org.omg.IOP.TaggedProfile _profile = null; in read() local
121 _profile = org.omg.IOP.TaggedProfileHelper.read (istream); in read()
122 value.profile (_profile); in read()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DTargetAddressHelper.java120 org.omg.IOP.TaggedProfile _profile = null; in read() local
121 _profile = org.omg.IOP.TaggedProfileHelper.read (istream); in read()
122 value.profile (_profile); in read()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acs/
H A D_client_factory.py73 from azure.cli.core._profile import Profile
96 from azure.cli.core._profile import Profile
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/applescript/
H A Dtab_applescript.mm91 _profile = Profile::FromBrowserContext(webContents->GetBrowserContext());
109 _profile = Profile::FromBrowserContext(webContents->GetBrowserContext());
135 if (!_profile || !_webContents) {
141 if (!chrome::mac::IsJavaScriptEnabledForProfile(_profile) &&
304 if (!chrome::mac::IsJavaScriptEnabledForProfile(_profile)) {
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DScriptEngine84 void setProfile(const std::string& profile) { _profile = profile; }
85 const std::string& getProfile() const { return _profile; }
107 std::string _profile;
/dports/devel/py-oci/oci-2.53.1/src/oci/database_management/models/
H A Duser.py340 self._profile = None
565 return self._profile
577 self._profile = profile
/dports/www/firefox-esr/firefox-91.8.0/testing/marionette/client/marionette_driver/
H A Dgeckoinstance.py162 self._profile = profile
186 return self._profile
206 if hasattr(self, "_profile") and profile is self._profile:
239 self._profile = profile
/dports/www/firefox/firefox-99.0/testing/marionette/client/marionette_driver/
H A Dgeckoinstance.py197 self._profile = profile
221 return self._profile
241 if hasattr(self, "_profile") and profile is self._profile:
274 self._profile = profile
/dports/mail/thunderbird/thunderbird-91.8.0/testing/marionette/client/marionette_driver/
H A Dgeckoinstance.py162 self._profile = profile
186 return self._profile
206 if hasattr(self, "_profile") and profile is self._profile:
239 self._profile = profile
/dports/lang/spidermonkey78/firefox-78.9.0/testing/marionette/client/marionette_driver/
H A Dgeckoinstance.py170 self._profile = profile
194 return self._profile
212 if hasattr(self, "_profile") and profile is self._profile:
241 self._profile = profile
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/
H A Dapi.py11 from ._profile import load_subscriptions
/dports/games/warmux/warmux-11.04/src/gui/
H A Denergy_bar.cpp64 EnergyBar::EnergyBar(Profile * _profile, in EnergyBar() argument
66 profile(_profile), in EnergyBar()
/dports/sysutils/barrier/barrier-2.3.3/src/lib/common/
H A DDataDirectories_static.cpp21 std::string DataDirectories::_profile; member in DataDirectories
/dports/news/pan/pan-0.145/pan/gui/
H A Dgroup-prefs-dialog.cc102 if (gtk_widget_get_sensitive (_profile)) { in save_from_gui()
103 char * pch (gtk_combo_box_text_get_active_text (GTK_COMBO_BOX_TEXT(_profile))); in save_from_gui()
307 w = _profile = create_profiles_combo_box (data, groups, group_prefs); in GroupPrefsDialog()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DUTMGraticule.cpp275 _profile = Profile::create( in rebuild()
283 _featureProfile = new FeatureProfile(_profile->getSRS()); in rebuild()
308 _utmData.rebuild(_profile.get()); in rebuild()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_seamless/
H A DGeographic53 osgEarth::Profile* getProfile() const { return _profile.get(); }
61 osg::ref_ptr<EulerProfile> _profile;
/dports/devel/elm-format/elm-format-0.8.3/
H A D.gitignore11 /_profile/

12345678910>>...31