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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp754 const std::vector<CacheTexture*>& FontRenderer::cacheTexturesForFormat(GLenum format) const { function in class:android::uirenderer::FontRenderer
788 dumpTextures(log, "A8", cacheTexturesForFormat(GL_ALPHA));
790 dumpTextures(log, "RGBA", cacheTexturesForFormat(GL_RGBA));
795 return calculateCacheSize(cacheTexturesForFormat(format));
799 return calculateFreeCacheSize(cacheTexturesForFormat(format));

Completed in 228 milliseconds