Home
last modified time | relevance | path

Searched refs:nbTextures (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DImageTexture.cpp150 int ImageTexture::nbTextures() in nbTextures() function in WebCore::ImageTexture
160 int nbTextures = m_tileGrid->nbTextures(visibleContentArea, 1.0); in nbTextures() local
163 nbTextures); in nbTextures()
164 return nbTextures; in nbTextures()
DSurfaceBacking.h76 int nbTextures(IntRect& area, float scale) in nbTextures() function
81 return m_frontTileGrid->nbTextures(area, scale); in nbTextures()
DImagesManager.cpp119 int ImagesManager::nbTextures() in nbTextures() function in WebCore::ImagesManager
126 nb += it->second->nbTextures(); in nbTextures()
DSurfaceBacking.cpp186 int nbTexturesUnclipped = tileGrid->nbTextures(fullContentArea, m_futureScale); in computeTexturesAmount()
187 int nbTexturesClipped = tileGrid->nbTextures(visibleContentArea, m_futureScale); in computeTexturesAmount()
DImagesManager.h54 int nbTextures();
DImageTexture.h92 int nbTextures();
DTileGrid.h70 int nbTextures(const IntRect& area, float scale);
DTilesManager.h66 void gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures,
DTilesManager.cpp236 void TilesManager::gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures, in gatherTexturesNumbers() argument
239 *nbTextures = m_textures.size(); in gatherTexturesNumbers()
DTileGrid.cpp287 int TileGrid::nbTextures(const IntRect& area, float scale) in nbTextures() function in WebCore::TileGrid
/external/webkit/Source/WebCore/platform/graphics/android/utils/
DClassTracker.cpp93 int nbTextures = 0; in show() local
98 TilesManager::instance()->gatherTexturesNumbers(&nbTextures, &nbAllocatedTextures, in show()
101 nbAllocatedTextures, nbTextures, in show()
/external/webkit/Source/WebCore/platform/graphics/android/
DGLWebViewState.cpp375 int nbTexturesForImages = ImagesManager::instance()->nbTextures(); in drawGL()