Home
last modified time | relevance | path

Searched refs:IsDebugBuild (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dintf_engine.h108 virtual bool IsDebugBuild() = 0;
143 extern bool (*IsDebugBuild)();
148 CORE_PUBLIC bool IsDebugBuild();
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dversion.cpp24 CORE_PUBLIC bool IsDebugBuild() { return true; } in IsDebugBuild() function
26 CORE_PUBLIC bool IsDebugBuild() { return false; } in IsDebugBuild() function
H A Dengine.cpp378 bool Engine::IsDebugBuild() in IsDebugBuild() function in Engine
380 return CORE_NS::IsDebugBuild(); in IsDebugBuild()
H A Dengine.h68 bool IsDebugBuild() override;
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp167 && LOAD_FUNC(CORE_NS::IsDebugBuild, "_ZN4Core12IsDebugBuildEv") in LoadEngineLib()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp95 bool (*IsDebugBuild)() = nullptr; variable
119 CORE_NS::IsDebugBuild = nullptr; in UnloadEngineLib()
156 && LOAD_FUNC(CORE_NS::IsDebugBuild, "_ZN4Core12IsDebugBuildEv") in LoadEngineLib()