Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.h77 bool highEndGfx();
DTilesManager.cpp390 bool TilesManager::highEndGfx() in highEndGfx() function in WebCore::TilesManager
DTileGrid.cpp201 if (tilesManager->highEndGfx() && !tilesManager->useMinimalMemory()) in prepareGL()
/external/webkit/Source/WebCore/platform/graphics/android/
DGLWebViewState.cpp139 int maxTextureCount = viewMaxTileX * viewMaxTileY * (tilesManager->highEndGfx() ? 4 : 2); in setVisibleContentRect()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp1170 && !tilesManager->highEndGfx()) in nativeOnTrimMemory()