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

  /external/webkit/Source/WebCore/platform/graphics/android/
PaintTileOperation.cpp 94 unsigned long long currentDraw = TilesManager::instance()->getDrawGLCount();
TilesManager.h 192 unsigned long long getDrawGLCount()
TilesManager.cpp 283 unsigned long long oldestDrawCount = getDrawGLCount() - 1;
331 oldestDrawCount, getDrawGLCount());
BaseTile.cpp 129 m_drawCount = TilesManager::instance()->getDrawGLCount();

Completed in 490 milliseconds