Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

54 // Caches
60 class ANDROID_API Caches {
62 static Caches& createInstance(RenderState& renderState) {
63 LOG_ALWAYS_FATAL_IF(sInstance, "double create of Caches attempted");
64 sInstance = new Caches(renderState);
68 static Caches& getInstance() {
76 explicit Caches(RenderState& renderState);
77 static Caches* sInstance;
83 * Initialize caches.
198 }; // class Caches