Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp398 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()
DFontRenderer.h148 CacheTexture* createCacheTexture(int width, int height, GLenum format, bool allocate);