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

/frameworks/base/libs/hwui/
H A DCaches.cpp194 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(),
195 dropShadowCache.getMaxSize());
211 total += dropShadowCache.getSize();
275 dropShadowCache.clear();
H A DCaches.h261 TextDropShadowCache dropShadowCache; member in class:android::uirenderer::Caches
H A DOpenGLRenderer.cpp2508 mCaches.dropShadowCache.setFontRenderer(fontRenderer);
2509 const ShadowTexture* shadow = mCaches.dropShadowCache.get(

Completed in 46 milliseconds