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

  /development/tools/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 1190 milliseconds