Home
last modified time | relevance | path

Searched defs:IsDebugBuild (Results 1 – 3 of 3) sorted by relevance

/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
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp95 bool (*IsDebugBuild)() = nullptr; variable