Searched refs:sparedDrawCount (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | TilesManager.cpp | 170 unsigned long long sparedDrawCount = ~0; // by default, spare no textures in discardTextures() local 173 sparedDrawCount = 0; in discardTextures() 177 sparedDrawCount = std::max(sparedDrawCount, owner->drawCount()); in discardTextures() 180 discardTexturesVector(sparedDrawCount, m_textures, glTextures); in discardTextures() 181 discardTexturesVector(sparedDrawCount, m_tilesTextures, glTextures); in discardTextures() 192 void TilesManager::discardTexturesVector(unsigned long long sparedDrawCount, in discardTexturesVector() argument 201 if (!owner || owner->drawCount() < sparedDrawCount) { in discardTexturesVector() 430 unsigned long long sparedDrawCount = ~0; // by default, spare no textures in setCurrentLayerTextureCount() local 432 discardTexturesVector(sparedDrawCount, m_tilesTextures, deleteGLTextures); in setCurrentLayerTextureCount()
|
D | TilesManager.h | 164 void discardTexturesVector(unsigned long long sparedDrawCount,
|