Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.cpp193 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(), in dumpMemoryUsage()
194 dropShadowCache.getMaxSize()); in dumpMemoryUsage()
209 total += dropShadowCache.getSize(); in dumpMemoryUsage()
237 dropShadowCache.clear(); in flush()
DCaches.h160 TextDropShadowCache dropShadowCache; variable
DBakedOpDispatcher.cpp204 renderer.caches().dropShadowCache.setFontRenderer(fontRenderer); in renderTextShadow()
205 ShadowTexture* texture = renderer.caches().dropShadowCache.get( in renderTextShadow()