Home
last modified time | relevance | path

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

/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/platform/graphics/
DGraphicsContext3D.h357 void markLayerComposited();
DGraphicsContext3D.cpp508 void GraphicsContext3D::markLayerComposited() in markLayerComposited() function in WebCore::GraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp215 m_context->markLayerComposited(); in prepareMailbox()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.h322 void markLayerComposited();
DWebGLRenderingContext.cpp872 void WebGLRenderingContext::markLayerComposited() in markLayerComposited() function in WebCore::WebGLRenderingContext
875 m_context->markLayerComposited(); in markLayerComposited()