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/
ImagesManager.cpp 119 int ImagesManager::nbTextures()
126 nb += it->second->nbTextures();
SurfaceBacking.h 76 int nbTextures(IntRect& area, float scale)
81 return m_frontTileGrid->nbTextures(area, scale);
ImageTexture.cpp 150 int ImageTexture::nbTextures()
160 int nbTextures = m_tileGrid->nbTextures(visibleContentArea, 1.0);
163 nbTextures);
164 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 154 milliseconds