Searched refs:_Load (Results 1 - 16 of 16) sorted by relevance

/haiku/src/apps/haiku3d/texture/
H A DBitmapTexture.h21 void _Load(BBitmap* bitmap);
H A DVideoFileTexture.h26 void _Load(const char* fileName);
H A DBitmapTexture.cpp22 _Load(bitmap);
32 BitmapTexture::_Load(BBitmap* bitmap) { function in class:BitmapTexture
46 printf("BitmapTexture::_Load, loaded texture %u "
H A DVideoFileTexture.cpp29 _Load(fileName);
46 VideoFileTexture::_Load(const char* fileName) function in class:VideoFileTexture
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.h41 status_t _Load();
H A DThreadModelLoader.cpp75 return _Load();
93 ThreadModelLoader::_Load() function in class:ThreadModelLoader
H A DModelLoader.h61 status_t _Load();
H A DModelLoader.cpp394 return _Load();
421 ModelLoader::_Load() function in class:ModelLoader
/haiku/src/apps/showimage/
H A DShowImageSettings.h45 void _Load();
H A DShowImageSettings.cpp22 _Load();
203 ShowImageSettings::_Load() function in class:ShowImageSettings
/haiku/src/servers/app/
H A DDesktopSettingsPrivate.h102 status_t _Load();
H A DDesktopSettings.cpp39 _Load();
108 DesktopSettingsPrivate::_Load() function in class:DesktopSettingsPrivate
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h120 status_t _Load(const PackageSettings& settings);
H A DPackage.cpp573 status_t error = _Load(settings);
716 Package::_Load(const PackageSettings& settings) function in class:Package
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h75 status_t _Load(const char* name = NULL,
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp303 _Load();
562 if (_Load(path.Leaf(), &type) == B_OK) {
575 BNetworkSettings::_Load(const char* name, uint32* _type) function in class:BNetworkSettings

Completed in 91 milliseconds