Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.h175 mutable std::shared_ptr<EglOS::Context> m_globalSharedContext; variable
DEglDisplay.cpp577 if (!m_globalSharedContext) { in getGlobalSharedContext()
590 m_globalSharedContext = m_idpy->createContext( in getGlobalSharedContext()
595 return m_globalSharedContext.get(); in getGlobalSharedContext()