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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTilesManager.cpp166 void TilesManager::discardTextures(bool allTextures, bool glTextures) argument
180 discardTexturesVector(sparedDrawCount, m_textures, glTextures);
181 discardTexturesVector(sparedDrawCount, m_tilesTextures, glTextures);
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp1176 bool freeAllTextures = (level > TRIM_MEMORY_UI_HIDDEN), glTextures = true; local
1177 tilesManager->discardTextures(freeAllTextures, glTextures);

Completed in 76 milliseconds