Searched refs:cacheTexturesForFormat (Results 1 – 2 of 2) sorted by relevance
749 const std::vector<CacheTexture*>& FontRenderer::cacheTexturesForFormat(GLenum format) const { in cacheTexturesForFormat() function in android::uirenderer::FontRenderer783 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()
160 const std::vector<CacheTexture*>& cacheTexturesForFormat(GLenum format) const;