OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingCropRectSet
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/tests/ut_renderer/
RendererContext.h
36
typedef std::set<PendingCropRect *>
PendingCropRectSet
;
55
PendingCropRectSet
&getPendingCropRects() { return m_pendingCropRects; }
124
PendingCropRectSet
m_pendingCropRects;
RenderingThread.cpp
143
PendingCropRectSet
&rset = m_currentContext->getPendingCropRects();
146
for (
PendingCropRectSet
::iterator i = rset.begin();
Completed in 265 milliseconds