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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 34 typedef std::map<HandleType, WindowSurfacePtr> WindowSurfaceMap;
111 WindowSurfaceMap m_windows;
FrameBuffer.cpp 560 WindowSurfaceMap::iterator w( m_windows.find(p_surface) );
576 WindowSurfaceMap::iterator w( m_windows.find(p_surface) );
656 WindowSurfaceMap::iterator w( m_windows.find(p_drawSurface) );
664 WindowSurfaceMap::iterator w( m_windows.find(p_readSurface) );

Completed in 35 milliseconds