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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTilesManager.cpp170 unsigned long long sparedDrawCount = ~0; // by default, spare no textures local
173 sparedDrawCount = 0;
177 sparedDrawCount = std::max(sparedDrawCount, owner->drawCount());
180 discardTexturesVector(sparedDrawCount, m_textures, glTextures);
181 discardTexturesVector(sparedDrawCount, m_tilesTextures, glTextures);
192 void TilesManager::discardTexturesVector(unsigned long long sparedDrawCount, argument
201 if (!owner || owner->drawCount() < sparedDrawCount) {
430 unsigned long long sparedDrawCount = ~0; // by default, spare no textures local
432 discardTexturesVector(sparedDrawCount, m_tilesTexture
[all...]

Completed in 36 milliseconds