Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

57 // Caches
63 class ANDROID_API Caches {
65 static Caches& createInstance(RenderState& renderState) {
66 LOG_ALWAYS_FATAL_IF(sInstance, "double create of Caches attempted");
67 sInstance = new Caches(renderState);
71 static Caches& getInstance() {
80 Caches(RenderState& renderState);
81 static Caches* sInstance;
91 * Initialize caches.
204 }; // class Caches