1 list(APPEND WebCore_INCLUDE_DIRECTORIES
2 "${WEBCORE_DIR}/platform/graphics/texmap"
4 list(APPEND WebCore_SOURCES
5 platform/graphics/texmap/BitmapTexture.cpp
6 platform/graphics/texmap/BitmapTexturePool.cpp
7 platform/graphics/texmap/GraphicsLayerTextureMapper.cpp
8 platform/graphics/texmap/TextureMapper.cpp
9 platform/graphics/texmap/TextureMapperAnimation.cpp
10 platform/graphics/texmap/TextureMapperBackingStore.cpp
11 platform/graphics/texmap/TextureMapperFPSCounter.cpp
12 platform/graphics/texmap/TextureMapperGC3DPlatformLayer.cpp
13 platform/graphics/texmap/TextureMapperLayer.cpp
14 platform/graphics/texmap/TextureMapperTile.cpp
15 platform/graphics/texmap/TextureMapperTiledBackingStore.cpp
18 if (USE_TEXTURE_MAPPER_GL)
19 list(APPEND WebCore_SOURCES
20 platform/graphics/texmap/BitmapTextureGL.cpp
21 platform/graphics/texmap/ClipStack.cpp
22 platform/graphics/texmap/TextureMapperGL.cpp
23 platform/graphics/texmap/TextureMapperShaderProgram.cpp
27 if (USE_COORDINATED_GRAPHICS)
28 list(APPEND WebCore_INCLUDE_DIRECTORIES
29 "${WEBCORE_DIR}/page/scrolling/coordinatedgraphics"
30 "${WEBCORE_DIR}/platform/graphics/texmap/coordinated"
32 list(APPEND WebCore_SOURCES
33 page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp
34 page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp
36 platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp
37 platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp
38 platform/graphics/texmap/coordinated/CoordinatedSurface.cpp
39 platform/graphics/texmap/coordinated/Tile.cpp
40 platform/graphics/texmap/coordinated/TiledBackingStore.cpp
44 if (ENABLE_THREADED_COMPOSITOR)
45 list(APPEND WebCore_SOURCES
46 platform/graphics/texmap/TextureMapperPlatformLayerBuffer.cpp
47 platform/graphics/texmap/TextureMapperPlatformLayerProxy.cpp