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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 140 void markLayerComposited();
DrawingBuffer.cpp 182 void DrawingBuffer::markLayerComposited()
282 markLayerComposited();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 356 toWebGLRenderingContext(m_context.get())->markLayerComposited();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 350 void markLayerComposited();
    [all...]
WebGLRenderingContextBase.cpp 880 void WebGLRenderingContextBase::markLayerComposited()
883 drawingBuffer()->markLayerComposited();
    [all...]

Completed in 570 milliseconds