Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.cpp327 unsigned long long oldestDrawCount = getDrawGLCount() - 1; in getAvailableTexture() local
345 if (oldestDrawCount > textureDrawCount) { in getAvailableTexture()
347 oldestDrawCount = textureDrawCount; in getAvailableTexture()
361 oldestDrawCount, getDrawGLCount()); in getAvailableTexture()