OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
119
WindowSurfaceMap
m_windows;
FrameBuffer.cpp
575
WindowSurfaceMap
::iterator w( m_windows.find(p_surface) );
591
WindowSurfaceMap
::iterator w( m_windows.find(p_surface) );
671
WindowSurfaceMap
::iterator w( m_windows.find(p_drawSurface) );
679
WindowSurfaceMap
::iterator w( m_windows.find(p_readSurface) );
Completed in 566 milliseconds