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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 135 void syncCompositingStateInternal(GraphicsLayerTextureMapper*, bool recursive, TextureMapper*);
TextureMapperNode.cpp 735 syncCompositingStateInternal(graphicsLayer, recurse, textureMapper);
844 void TextureMapperNode::syncCompositingStateInternal(GraphicsLayerTextureMapper* graphicsLayer, bool recurse, TextureMapper* textureMapper)
851 m_state.maskLayer->syncCompositingStateInternal(toGraphicsLayerTextureMapper(graphicsLayer->maskLayer()), false, textureMapper);
857 m_state.replicaLayer->syncCompositingStateInternal(toGraphicsLayerTextureMapper(graphicsLayer->replicaLayer()), false, textureMapper);
873 node->syncCompositingStateInternal(toGraphicsLayerTextureMapper(children[i]), true, textureMapper);

Completed in 25 milliseconds