Home
last modified time | relevance | path

Searched refs:markLayerComposited (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.h143 void markLayerComposited();
DDrawingBuffer.cpp183 void DrawingBuffer::markLayerComposited() in markLayerComposited() function in WebCore::DrawingBuffer
269 markLayerComposited(); in prepareMailbox()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp328 toWebGLRenderingContext(m_context.get())->markLayerComposited(); in paint()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.h338 void markLayerComposited();
DWebGLRenderingContextBase.cpp822 void WebGLRenderingContextBase::markLayerComposited() in markLayerComposited() function in WebCore::WebGLRenderingContextBase
825 m_drawingBuffer->markLayerComposited(); in markLayerComposited()