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
33
typedef std::map<HandleType, RenderContextPtr>
RenderContextMap
;
118
RenderContextMap
m_contexts;
FrameBuffer.cpp
506
RenderContextMap
::iterator s( m_contexts.find(p_share) );
664
RenderContextMap
::iterator r( m_contexts.find(p_context) );
Completed in 26 milliseconds