Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.h89 void discardTextures(bool allTextures, bool glTextures);
DTilesManager.cpp166 void TilesManager::discardTextures(bool allTextures, bool glTextures) in discardTextures() argument
171 if (!allTextures) { in discardTextures()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp1057 bool allTextures = true, deleteGLTextures = false; in nativeDiscardAllTextures() local
1058 TilesManager::instance()->discardTextures(allTextures, deleteGLTextures); in nativeDiscardAllTextures()