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

/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp23 #include "CacheTexture.h"
110 // CacheTexture
113 CacheTexture::CacheTexture(uint16_t width, uint16_t height, GLenum format, uint32_t maxQuadCount) function in class:android::uirenderer::CacheTexture
132 CacheTexture::~CacheTexture() {
138 void CacheTexture::reset() {
149 void CacheTexture::init() {
157 void CacheTexture::releaseMesh() {
161 void CacheTexture
[all...]
H A DCacheTexture.h35 * CacheBlock is a node in a linked list of current free space areas in a CacheTexture.
71 class CacheTexture { class in namespace:android::uirenderer
73 CacheTexture(uint16_t width, uint16_t height, GLenum format, uint32_t maxQuadCount);
74 ~CacheTexture();

Completed in 52 milliseconds