Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp122 , m_contentsChanged(true) in DrawingBuffer()
142 m_contentsChanged = true; in markContentsChanged()
155 if (!m_context || !m_contentsChanged || !m_lastColorBuffer) in prepareMailbox()
210 m_contentsChanged = false; in prepareMailbox()
305 if (m_contentsChanged) { in copyToPlatformTexture()
DDrawingBuffer.h195 bool m_contentsChanged; variable