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

  /external/webkit/Source/WebCore/platform/graphics/android/
ImagesManager.h 49 int nbTextures();
TiledTexture.h 83 int nbTextures(IntRect& area, float scale);
125 int nbTextures(IntRect& area, float scale)
130 return m_frontTexture->nbTextures(area, scale);
ClassTracker.cpp 94 int nbTextures = 0;
99 TilesManager::instance()->gatherTexturesNumbers(&nbTextures, &nbAllocatedTextures,
102 nbAllocatedTextures, nbTextures,
ImageTexture.h 91 int nbTextures();
ImageTexture.cpp 158 int ImageTexture::nbTextures()
168 int nbTextures = m_texture->nbTextures(visibleArea, 1.0);
171 nbTextures);
172 return nbTextures;
ImagesManager.cpp 125 int ImagesManager::nbTextures()
132 nb += it->second->nbTextures();
PaintedSurface.cpp 177 int nbTexturesUnclipped = m_tiledTexture->nbTextures(unclippedArea, m_scale);
178 int nbTexturesClipped = m_tiledTexture->nbTextures(clippedVisibleArea, m_scale);
TilesManager.h 91 void gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures,
TilesManager.cpp 192 void TilesManager::gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures,
195 *nbTextures = m_textures.size();
TiledTexture.cpp 225 int TiledTexture::nbTextures(IntRect& area, float scale)
GLWebViewState.cpp 512 int nbTexturesForImages = ImagesManager::instance()->nbTextures();

Completed in 37 milliseconds