Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.cpp144 int nbLayersTexturesToAllocate = m_currentLayerTextureCount - m_tilesTextures.size(); in allocateTextures() local
146 nbLayersTexturesToAllocate, m_currentLayerTextureCount); in allocateTextures()
148 for (int i = 0; i < nbLayersTexturesToAllocate; i++) { in allocateTextures()