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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 358 m_node->syncCompositingState(this, false);
363 void GraphicsLayerTextureMapper::syncCompositingState()
365 m_node->syncCompositingState(this, true);
TextureMapperNode.cpp 732 void TextureMapperNode::syncCompositingState(GraphicsLayerTextureMapper* graphicsLayer, bool recurse)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 359 virtual void syncCompositingState() { }
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 772 void GraphicsLayerCA::syncCompositingState()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]

Completed in 93 milliseconds