Searched refs:createCacheTexture (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 398 CacheTexture* FontRenderer::createCacheTexture(int width, int height, GLenum format, in createCacheTexture() function in android::uirenderer::FontRenderer 416 mACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture() 418 mACacheTextures.push(createCacheTexture(mLargeCacheWidth, mLargeCacheHeight >> 1, in initTextTexture() 420 mACacheTextures.push(createCacheTexture(mLargeCacheWidth, mLargeCacheHeight >> 1, in initTextTexture() 422 mACacheTextures.push(createCacheTexture(mLargeCacheWidth, mLargeCacheHeight, in initTextTexture() 424 mRGBACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture() 426 mRGBACacheTextures.push(createCacheTexture(mLargeCacheWidth, mLargeCacheHeight >> 1, in initTextTexture()
|
D | FontRenderer.h | 148 CacheTexture* createCacheTexture(int width, int height, GLenum format, bool allocate);
|