Home
last modified time | relevance | path

Searched refs:global_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp31 if (global_ == nullptr) { in GetGlobal()
34 if (global_ == nullptr) { in GetGlobal()
35 global_ = std::make_shared<GlfwRenderContext>(); in GetGlobal()
39 return global_; in GetGlobal()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h73 static inline std::shared_ptr<GlfwRenderContext> global_ = nullptr; variable