Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dplatform_linux.cpp74 plat_.appPluginPath = fixPath(createInfo.appPluginPath); in PlatformLinux()
86 if (!GetPlatformData().appPluginPath.empty()) { in RegisterPluginLocations()
87 registry.RegisterPluginPath(fileproto + GetPlatformData().appPluginPath); in RegisterPluginLocations()
H A Dplatform_linux.h28 BASE_NS::string appPluginPath; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dplatform_ohos.cpp30 plat_.appPluginPath = createInfo.appPluginPath; in CORE_BEGIN_NAMESPACE()
57 if (!GetPlatformData().appPluginPath.empty()) { in RegisterPluginLocations()
58 registry.RegisterPluginPath(fileproto + GetPlatformData().appPluginPath); in RegisterPluginLocations()
H A Dplatform_ohos.h31 BASE_NS::string appPluginPath = "./"; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/mac/
H A Dplatform_mac.cpp74 plat_.appPluginPath = fixPath(createInfo.appPluginPath); in PlatformMac()
102 if (!GetPlatformData().appPluginPath.empty()) { in RegisterPluginLocations()
103 registry.RegisterPluginPath(fileproto + GetPlatformData().appPluginPath); in RegisterPluginLocations()
H A Dplatform_mac.h29 BASE_NS::string appPluginPath; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp94 plat_.appPluginPath = fixPath(createInfo.appPluginPath); in PlatformWindows()
106 if (!GetPlatformData().appPluginPath.empty()) { in RegisterPluginLocations()
107 registry.RegisterPluginPath(fileproto + GetPlatformData().appPluginPath); in RegisterPluginLocations()
H A Dplatform_windows.h32 BASE_NS::string appPluginPath; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/common/core/os/
H A Dplatform_create_info.h32 BASE_NS::string appPluginPath = "./"; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/ohos/core/os/
H A Dplatform_create_info.h31 BASE_NS::string appPluginPath = "./"; member