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

/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp19 #include "CacheTexture.h"
109 // CacheTexture
112 CacheTexture::CacheTexture(uint16_t width, uint16_t height, GLenum format, uint32_t maxQuadCount) function in class:android::uirenderer::CacheTexture
130 CacheTexture::~CacheTexture() {
136 void CacheTexture::reset() {
147 void CacheTexture::init() {
154 void CacheTexture::releaseMesh() {
158 void CacheTexture
[all...]
H A DCacheTexture.h36 * CacheBlock is a node in a linked list of current free space areas in a CacheTexture.
74 class CacheTexture { class in namespace:android::uirenderer
76 CacheTexture(uint16_t width, uint16_t height, GLenum format, uint32_t maxQuadCount);
77 ~CacheTexture();

Completed in 60 milliseconds