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

/frameworks/base/libs/hwui/
H A DCaches.cpp22 #include "Caches.h"
31 ANDROID_SINGLETON_STATIC_INSTANCE(Caches);
50 Caches::Caches(): Singleton<Caches>(), mExtensions(Extensions::getInstance()), mInitialized(false) { function in class:android::uirenderer::Caches
61 void Caches::init() {
100 void Caches::initFont() {
104 void Caches::initExtensions() {
125 void Caches::initConstraints() {
135 bool Caches
[all...]
H A DCaches.h94 // Caches
99 class ANDROID_API Caches: public Singleton<Caches> { class in namespace:android::uirenderer
100 Caches();
102 friend class Singleton<Caches>;
349 }; // class Caches

Completed in 150 milliseconds