Home
last modified time | relevance | path

Searched refs:maxTextureAllocation (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.cpp409 int maxTextureAllocation = getMaxTextureAllocation(); in setCurrentTextureCount() local
411 newTextureCount, m_currentTextureCount, maxTextureAllocation); in setCurrentTextureCount()
412 if (m_currentTextureCount == maxTextureAllocation || in setCurrentTextureCount()
417 m_currentTextureCount = std::min(newTextureCount, maxTextureAllocation); in setCurrentTextureCount()
424 int maxTextureAllocation = getMaxTextureAllocation(); in setCurrentLayerTextureCount() local
426 newTextureCount, m_currentLayerTextureCount, maxTextureAllocation); in setCurrentLayerTextureCount()
438 if (m_currentLayerTextureCount == maxTextureAllocation || in setCurrentLayerTextureCount()
443 m_currentLayerTextureCount = std::min(newTextureCount, maxTextureAllocation); in setCurrentLayerTextureCount()