Home | History | Annotate | Download | only in hwui

Lines Matching refs:cacheTexture

30 #include "font/CacheTexture.h"
93 void flushLargeCaches(Vector<CacheTexture*>& cacheTextures);
147 void allocateTextureMemory(CacheTexture* cacheTexture);
148 void deallocateTextureMemory(CacheTexture* cacheTexture);
150 CacheTexture* createCacheTexture(int width, int height, GLenum format, bool allocate);
153 CacheTexture* cacheBitmapInTexture(Vector<CacheTexture*>& cacheTextures, const SkGlyph& glyph,
162 void issueDrawCommand(Vector<CacheTexture*>& cacheTextures);
167 float x4, float y4, float u4, float v4, CacheTexture* texture);
171 float x4, float y4, float u4, float v4, CacheTexture* texture);
175 float x4, float y4, float u4, float v4, CacheTexture* texture);
190 Vector<CacheTexture*> mACacheTextures;
191 Vector<CacheTexture*> mRGBACacheTextures;
196 CacheTexture* mCurrentCacheTexture;