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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 337 static_cast<WebGLRenderingContext*>(m_context.get())->markLayerComposited();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 322 void markLayerComposited();
    [all...]
WebGLRenderingContext.cpp 866 void WebGLRenderingContext::markLayerComposited()
869 m_context->markLayerComposited();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 669 void markLayerComposited();
    [all...]
GraphicsContext3D.cpp 592 void GraphicsContext3D::markLayerComposited()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 209 m_context->markLayerComposited();

Completed in 145 milliseconds