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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceBacking.cpp 42 SurfaceBacking::SurfaceBacking(bool isBaseSurface)
43 : m_frontTileGrid(new TileGrid(isBaseSurface))
44 , m_backTileGrid(new TileGrid(isBaseSurface))
45 , m_lowResTileGrid(new TileGrid(isBaseSurface))
SurfaceBacking.h 41 SurfaceBacking(bool isBaseSurface);
TileGrid.h 46 TileGrid(bool isBaseSurface);
ImageTexture.cpp 183 bool isBaseSurface = false;
184 m_tileGrid = new TileGrid(isBaseSurface);
TileGrid.cpp 47 TileGrid::TileGrid(bool isBaseSurface)
50 , m_isBaseSurface(isBaseSurface)

Completed in 31 milliseconds