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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceBacking.h 76 int nbTextures(IntRect& area, float scale)
81 return m_frontTileGrid->nbTextures(area, scale);
ImagesManager.cpp 111 int ImagesManager::nbTextures()
118 nb += it->second->nbTextures();
ImageTexture.cpp 152 int ImageTexture::nbTextures()
162 int nbTextures = m_tileGrid->nbTextures(visibleContentArea, 1.0);
165 nbTextures);
166 return nbTextures;
TileGrid.cpp 287 int TileGrid::nbTextures(const IntRect& area, float scale)
  /external/webkit/Source/WebCore/platform/graphics/android/utils/
ClassTracker.cpp 93 int nbTextures = 0;
98 TilesManager::instance()->gatherTexturesNumbers(&nbTextures, &nbAllocatedTextures,
101 nbAllocatedTextures, nbTextures,

Completed in 52 milliseconds