Searched refs:m_lastColorBuffer (Results 1 – 2 of 2) sorted by relevance
155 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()
212 RefPtr<MailboxInfo> m_lastColorBuffer; variable