Home
last modified time | relevance | path

Searched refs:m_lastColorBuffer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp155 if (!m_context || !m_contentsChanged || !m_lastColorBuffer) in prepareMailbox()
193 swap(nextFrontColorBuffer, m_lastColorBuffer); in prepareMailbox()
293 m_lastColorBuffer = createNewMailbox(m_colorBuffer); in initialize()
457 m_lastColorBuffer.clear(); in releaseResources()
504 if (m_lastColorBuffer) in resizeFramebuffer()
505 m_lastColorBuffer->size = size; in resizeFramebuffer()
DDrawingBuffer.h212 RefPtr<MailboxInfo> m_lastColorBuffer; variable