Searched defs:Caches (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DCaches.cpp22 #include "Caches.h"
33 ANDROID_SINGLETON_STATIC_INSTANCE(Caches);
52 Caches::Caches(): Singleton<Caches>(), function in class:android::uirenderer::Caches
66 bool Caches::init() {
69 ATRACE_NAME("Caches::init");
114 void Caches::initFont() {
118 void Caches::initExtensions() {
139 void Caches
[all...]
H A DCaches.h106 // Caches
112 class ANDROID_API Caches: public Singleton<Caches> { class in namespace:android::uirenderer
113 Caches();
115 friend class Singleton<Caches>;
431 // Caches texture bindings for the GL_TEXTURE_2D target
437 }; // class Caches

Completed in 202 milliseconds