Searched refs:m_textureMapper (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp124 m_textureMapper = TextureMapper::create(TextureMapper::OpenGLMode);
125 static_cast<TextureMapperGL*>(m_textureMapper.get())->setEnableEdgeDistanceAntialiasing(true);
126 toTextureMapperLayer(m_rootLayer.get())->setTextureMapper(m_textureMapper.get());
173 m_textureMapper = nullptr;
325 m_textureMapper->beginPainting();
327 m_textureMapper->endPainting();
H A DLayerTreeHostGtk.h106 std::unique_ptr<WebCore::TextureMapper> m_textureMapper; member in class:WebKit::LayerTreeHostGtk

Completed in 123 milliseconds