OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenderContextMap
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h
34
typedef std::map<HandleType, RenderContextPtr>
RenderContextMap
;
119
RenderContextMap
m_contexts;
FrameBuffer.cpp
513
RenderContextMap
::iterator s( m_contexts.find(p_share) );
675
RenderContextMap
::iterator r( m_contexts.find(p_context) );
Completed in 105 milliseconds