Searched defs:nbTextures (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurfaceBacking.h76 int nbTextures(IntRect& area, float scale) function in class:WebCore::SurfaceBacking
81 return m_frontTileGrid->nbTextures(area, scale);
H A DImagesManager.cpp119 int ImagesManager::nbTextures() function in class:WebCore::ImagesManager
126 nb += it->second->nbTextures();
H A DImageTexture.cpp153 int ImageTexture::nbTextures() function in class:WebCore::ImageTexture
163 int nbTextures = m_tileGrid->nbTextures(visibleContentArea, 1.0); local
166 nbTextures);
167 return nbTextures;
H A DTileGrid.cpp287 int TileGrid::nbTextures(const IntRect& area, float scale) function in class:WebCore::TileGrid
H A DTilesManager.cpp236 void TilesManager::gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures, argument
239 *nbTextures = m_textures.size();
/external/webkit/Source/WebCore/platform/graphics/android/utils/
H A DClassTracker.cpp93 int nbTextures = 0; local
98 TilesManager::instance()->gatherTexturesNumbers(&nbTextures, &nbAllocatedTextures,
101 nbAllocatedTextures, nbTextures,

Completed in 286 milliseconds