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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesManager.h 82 void setCurrentLayerTextureCount(int newTextureCount);
TilesManager.cpp 422 void TilesManager::setCurrentLayerTextureCount(int newTextureCount)
425 ALOGV("setCurrentLayerTextureCount: %d (current: %d, max:%d)",
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 242 TilesManager::instance()->setCurrentLayerTextureCount(0);
244 TilesManager::instance()->setCurrentLayerTextureCount((2 * nbTexturesNeeded.full) + 1);

Completed in 115 milliseconds