Home | History | Annotate | Download | only in hwui

Lines Matching refs:caches

29 #include "Caches.h"
142 PathTexture* texture = new PathTexture(Caches::getInstance());
241 Caches::getInstance().deleteTexture(texture->id);
323 Caches::getInstance().bindTexture(texture->id);
339 PathCache::PathProcessor::PathProcessor(Caches& caches):
340 TaskProcessor<SkBitmap*>(&caches.tasks), mMaxTextureSize(caches.maxTextureSize) {
463 if (!Caches::getInstance().tasks.canRunTasks()) {
499 mProcessor = new PathProcessor(Caches