Searched refs:m_updateAtlases (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCompositingCoordinator.cpp359 for (unsigned i = 0; i < m_updateAtlases.size(); ++i)
360 m_updateAtlases[i]->didSwapBuffers();
371 m_updateAtlases.clear();
376 for (unsigned i = 0; i < m_updateAtlases.size(); ++i) {
377 UpdateAtlas* atlas = m_updateAtlases[i].get();
386 m_updateAtlases.append(std::make_unique<UpdateAtlas>(this, ScratchBufferDimension, flags));
388 return m_updateAtlases.last()->paintOnAvailableBuffer(size, atlasID, offset, client);
404 for (int i = m_updateAtlases.size() - 1; i >= 0; --i) {
405 UpdateAtlas* atlas = m_updateAtlases[i].get();
411 atlasToKeepAnyway = WTF::move(m_updateAtlases[
[all...]
H A DCompositingCoordinator.h139 Vector<std::unique_ptr<UpdateAtlas>> m_updateAtlases; member in class:WebCore::CompositingCoordinator

Completed in 167 milliseconds