Searched refs:PurgeAmount (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp63 static const int PurgeAmount = MaxCost / 4; member in class:WebCore::TextureMapperCache
80 for (int i = size-1; i >= 0 && m_totalCost > TextureMapperCache::MaxCost - TextureMapperCache::PurgeAmount; --i) {

Completed in 32 milliseconds