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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.cpp 19 std::set<EGLNativePixmapType> EglPixmapSurface::s_associatedPixmaps;
22 return s_associatedPixmaps.find(pix) != s_associatedPixmaps.end();
32 s_associatedPixmaps.insert(pix);
37 s_associatedPixmaps.erase(m_pixmap);
EglPixmapSurface.h 35 static std::set<EGLNativePixmapType> s_associatedPixmaps;

Completed in 7243 milliseconds