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 23 #include "CacheTexture.h"
110 // CacheTexture
113 CacheTexture::CacheTexture(uint16_t width, uint16_t height, GLenum format, uint32_t maxQuadCount)
132 CacheTexture::~CacheTexture() {
138 void CacheTexture::reset() {
149 void CacheTexture::init() {
157 void CacheTexture::releaseMesh() {
161 void CacheTexture::releasePixelBuffer()
    [all...]
CacheTexture.h 35 * CacheBlock is a node in a linked list of current free space areas in a CacheTexture.
71 class CacheTexture {
73 CacheTexture(uint16_t width, uint16_t height, GLenum format, uint32_t maxQuadCount);
74 ~CacheTexture();

Completed in 53 milliseconds