HomeSort by relevance Sort by last modified time
    Searched defs:CacheTexture (Results 1 - 2 of 2) sorted by null

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

Completed in 132 milliseconds