Home
last modified time | relevance | path

Searched refs:getDrawGLCount (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DPaintTileOperation.cpp105 unsigned long long currentDraw = TilesManager::instance()->getDrawGLCount(); in priority()
DTilesManager.h149 unsigned long long getDrawGLCount() in getDrawGLCount() function
DTilesManager.cpp327 unsigned long long oldestDrawCount = getDrawGLCount() - 1; in getAvailableTexture()
361 oldestDrawCount, getDrawGLCount()); in getAvailableTexture()
DTile.cpp97 m_drawCount = TilesManager::instance()->getDrawGLCount(); in setContents()