Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.cpp194 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(), in dumpMemoryUsage()
195 dropShadowCache.getMaxSize()); in dumpMemoryUsage()
211 total += dropShadowCache.getSize(); in dumpMemoryUsage()
275 dropShadowCache.clear(); in flush()
DCaches.h261 TextDropShadowCache dropShadowCache; variable
DOpenGLRenderer.cpp2506 mCaches.dropShadowCache.setFontRenderer(fontRenderer); in drawTextShadow()
2507 const ShadowTexture* shadow = mCaches.dropShadowCache.get( in drawTextShadow()