Home
last modified time | relevance | path

Searched defs:textureMapper (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp269 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() local
739 …::syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer, TextureMapper* textureMapper) in syncCompositingStateSelf()
844 …tateInternal(GraphicsLayerTextureMapper* graphicsLayer, bool recurse, TextureMapper* textureMapper) in syncCompositingStateInternal()
DTextureMapperNode.h45 TextureMapper* textureMapper; member
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.cpp52 void setTextureMapper(PassOwnPtr<TextureMapper> textureMapper) in setTextureMapper()
65 virtual TextureMapper* textureMapper() in textureMapper() function in WebCore::PlatformLayerProxyQt
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe_p.h124 OwnPtr<WebCore::TextureMapper> textureMapper; variable