HomeSort by relevance Sort by last modified time
    Searched refs:highEndGfx (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesManager.h 77 bool highEndGfx();
TileGrid.cpp 200 // on systems reporting highEndGfx=true and useMinimalMemory not set, use expanded bounds
201 if (tilesManager->highEndGfx() && !tilesManager->useMinimalMemory())
TilesManager.cpp 390 bool TilesManager::highEndGfx()
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 139 int maxTextureCount = viewMaxTileX * viewMaxTileY * (tilesManager->highEndGfx() ? 4 : 2);
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp     [all...]

Completed in 59 milliseconds