Searched refs:getCacheSize (Results 1 – 4 of 4) sorted by relevance
54 size_t getCacheSize() const { return mMaxResourceBytes; } in getCacheSize() function
778 const uint32_t sizeA8 = getCacheSize(GL_ALPHA); in dumpMemoryUsage()780 const uint32_t sizeRGBA = getCacheSize(GL_RGBA); in dumpMemoryUsage()789 uint32_t FontRenderer::getCacheSize(GLenum format) const { in getCacheSize() function in android::uirenderer::FontRenderer798 return getCacheSize(GL_ALPHA) + getCacheSize(GL_RGBA); in getSize()
161 uint32_t getCacheSize(GLenum format) const;
302 public int getCacheSize() { in getCacheSize() method in FrameManager