Searched defs:setMaxSize (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerCache.cpp38 setMaxSize(MB(atof(property)));
64 void LayerCache::setMaxSize(uint32_t maxSize) { function in class:android::uirenderer::LayerCache
H A DRenderBufferCache.cpp47 setMaxSize(MB(atof(property)));
70 void RenderBufferCache::setMaxSize(uint32_t maxSize) { function in class:android::uirenderer::RenderBufferCache
H A DTextDropShadowCache.cpp103 setMaxSize(MB(atof(property)));
139 void TextDropShadowCache::setMaxSize(uint32_t maxSize) { function in class:android::uirenderer::TextDropShadowCache
H A DGradientCache.cpp71 setMaxSize(MB(atof(property)));
107 void GradientCache::setMaxSize(uint32_t maxSize) { function in class:android::uirenderer::GradientCache
H A DTextureCache.cpp47 setMaxSize(MB(atof(property)));
95 void TextureCache::setMaxSize(uint32_t maxSize) { function in class:android::uirenderer::TextureCache
H A DPathCache.cpp158 setMaxSize(MB(atof(property)));
188 void PathCache::setMaxSize(uint32_t maxSize) { function in class:android::uirenderer::PathCache
H A DTessellationCache.cpp307 setMaxSize(MB(atof(property)));
338 void TessellationCache::setMaxSize(uint32_t maxSize) { function in class:android::uirenderer::TessellationCache

Completed in 246 milliseconds