Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.cpp108 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(), in dumpMemoryUsage()
109 dropShadowCache.getMaxSize()); in dumpMemoryUsage()
125 total += dropShadowCache.getSize(); in dumpMemoryUsage()
171 dropShadowCache.clear(); in flush()
DCaches.h188 TextDropShadowCache dropShadowCache; variable
DOpenGLRenderer.cpp2104 mCaches.dropShadowCache.setFontRenderer(fontRenderer); in drawText()
2105 const ShadowTexture* shadow = mCaches.dropShadowCache.get( in drawText()