Searched refs:nbTextures (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | ImageTexture.cpp | 150 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()
|
D | SurfaceBacking.h | 76 int nbTextures(IntRect& area, float scale) in nbTextures() function 81 return m_frontTileGrid->nbTextures(area, scale); in nbTextures()
|
D | ImagesManager.cpp | 119 int ImagesManager::nbTextures() in nbTextures() function in WebCore::ImagesManager 126 nb += it->second->nbTextures(); in nbTextures()
|
D | SurfaceBacking.cpp | 186 int nbTexturesUnclipped = tileGrid->nbTextures(fullContentArea, m_futureScale); in computeTexturesAmount() 187 int nbTexturesClipped = tileGrid->nbTextures(visibleContentArea, m_futureScale); in computeTexturesAmount()
|
D | ImagesManager.h | 54 int nbTextures();
|
D | ImageTexture.h | 92 int nbTextures();
|
D | TileGrid.h | 70 int nbTextures(const IntRect& area, float scale);
|
D | TilesManager.h | 66 void gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures,
|
D | TilesManager.cpp | 236 void TilesManager::gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures, in gatherTexturesNumbers() argument 239 *nbTextures = m_textures.size(); in gatherTexturesNumbers()
|
D | TileGrid.cpp | 287 int TileGrid::nbTextures(const IntRect& area, float scale) in nbTextures() function in WebCore::TileGrid
|
/external/webkit/Source/WebCore/platform/graphics/android/utils/ |
D | ClassTracker.cpp | 93 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/ |
D | GLWebViewState.cpp | 375 int nbTexturesForImages = ImagesManager::instance()->nbTextures(); in drawGL()
|