HomeSort by relevance Sort by last modified time
    Searched refs:s_associatedWins (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.cpp 19 std::set<EGLNativeWindowType> EglWindowSurface::s_associatedWins;
22 return s_associatedWins.find(win) != s_associatedWins.end();
33 s_associatedWins.insert(win);
38 s_associatedWins.erase(m_win);
EglWindowSurface.h 35 static std::set<EGLNativeWindowType> s_associatedWins;

Completed in 43 milliseconds