Searched defs:textureMapper (Results 1 – 4 of 4) sorted by relevance
269 void TextureMapperNode::initializeTextureMapper(TextureMapper* textureMapper) in initializeTextureMapper()417 void TextureMapperNode::uploadTextureFromContent(TextureMapper* textureMapper, const IntRect& visib… in uploadTextureFromContent()466 void TextureMapperNode::paint(TextureMapper* textureMapper, const TextureMapperContentLayer::PaintO… in paint()734 TextureMapper* textureMapper = rootLayer()->m_platformClient->textureMapper(); in syncCompositingState() local739 …::syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer, TextureMapper* textureMapper) in syncCompositingStateSelf()844 …tateInternal(GraphicsLayerTextureMapper* graphicsLayer, bool recurse, TextureMapper* textureMapper) in syncCompositingStateInternal()
45 TextureMapper* textureMapper; member
52 void setTextureMapper(PassOwnPtr<TextureMapper> textureMapper) in setTextureMapper()65 virtual TextureMapper* textureMapper() in textureMapper() function in WebCore::PlatformLayerProxyQt
124 OwnPtr<WebCore::TextureMapper> textureMapper; variable