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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 155 if (!m_context || !m_contentsChanged || !m_lastColorBuffer)
160 // Resolve the multisampled buffer into the texture referenced by m_lastColorBuffer mailbox.
193 swap(nextFrontColorBuffer, m_lastColorBuffer);
293 m_lastColorBuffer = createNewMailbox(m_colorBuffer);
457 m_lastColorBuffer.clear();
504 if (m_lastColorBuffer)
505 m_lastColorBuffer->size = size;
DrawingBuffer.h 212 RefPtr<MailboxInfo> m_lastColorBuffer;

Completed in 272 milliseconds