Home
last modified time | relevance | path

Searched refs:cacheTexturesForFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.cpp749 const std::vector<CacheTexture*>& FontRenderer::cacheTexturesForFormat(GLenum format) const { in cacheTexturesForFormat() function in android::uirenderer::FontRenderer
783 dumpTextures(log, "A8", cacheTexturesForFormat(GL_ALPHA)); in dumpMemoryUsage()
785 dumpTextures(log, "RGBA", cacheTexturesForFormat(GL_RGBA)); in dumpMemoryUsage()
790 return calculateCacheSize(cacheTexturesForFormat(format)); in getCacheSize()
794 return calculateFreeCacheSize(cacheTexturesForFormat(format)); in getFreeCacheSize()
DFontRenderer.h160 const std::vector<CacheTexture*>& cacheTexturesForFormat(GLenum format) const;