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

  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 175 bool GraphicsContext3DInternal::layerComposited() const
    [all...]
GraphicsContext3DInternal.h 70 bool layerComposited() const;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 775 bool layerComposited() const;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 505 if (!m_context->layerComposited() || m_layerCleared
557 if (m_context->layerComposited() && !m_attributes.preserveDrawingBuffer)
    [all...]

Completed in 79 milliseconds