Lines Matching refs:PatchCache
33 PatchCache::PatchCache(RenderState& renderState) in PatchCache() function in android::uirenderer::PatchCache
41 PatchCache::~PatchCache() { in ~PatchCache()
49 hash_t PatchCache::PatchDescription::hash() const { in hash()
58 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs, in compare()
59 const PatchCache::PatchDescription& rhs) { in compare()
63 void PatchCache::clear() { in clear()
73 void PatchCache::clearCache() { in clearCache()
89 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) { in remove()
99 void PatchCache::removeDeferred(Res_png_9patch* patch) { in removeDeferred()
115 void PatchCache::clearGarbage() { in clearGarbage()
155 void PatchCache::createVertexBuffer() { in createVertexBuffer()
166 void PatchCache::setupMesh(Patch* newMesh) { in setupMesh()
226 const Patch* PatchCache::get( const uint32_t bitmapWidth, const uint32_t bitmapHeight, in get()
252 void PatchCache::dumpFreeBlocks(const char* prefix) { in dumpFreeBlocks()