Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglWindowSurface.cpp24 static std::set<EGLNativeWindowType>* s_associatedWins() { in s_associatedWins() function
30 return s_associatedWins()->find(win) != s_associatedWins()->end(); in alreadyAssociatedWithConfig()
40 s_associatedWins()->insert(win); in EglWindowSurface()
46 s_associatedWins()->erase(m_win); in ~EglWindowSurface()