Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTextureOwner.h42 virtual unsigned long long drawCount() = 0;
DTilesManager.cpp177 sparedDrawCount = std::max(sparedDrawCount, owner->drawCount()); in discardTextures()
201 if (!owner || owner->drawCount() < sparedDrawCount) { in discardTexturesVector()
344 unsigned long long textureDrawCount = currentOwner->drawCount(); in getAvailableTexture()
DPaintTileOperation.cpp106 unsigned long long drawDelta = currentDraw - m_tile->drawCount(); in priority()
DTile.h133 unsigned long long drawCount() { return m_drawCount; } in drawCount() function
DTilesProfiler.cpp115 scale, isReady, (int)tile->drawCount())); in nextTile()
/external/skia/src/pipe/
DSkGPipePriv.h187 int drawCount() const { in drawCount() function