Home
last modified time | relevance | path

Searched refs:hasInstance (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/
DResourceCache.cpp115 if (Caches::hasInstance()) { in destructorLocked()
138 if (Caches::hasInstance()) { in deleteResourceReferenceLocked()
DCaches.h72 static bool hasInstance() { in hasInstance() function
DDisplayList.cpp68 if (path->unique() && Caches::hasInstance()) { in cleanupResources()
/frameworks/base/core/jni/
Dandroid_view_DisplayListCanvas.cpp130 if (!Caches::hasInstance()) { in android_view_DisplayListCanvas_getMaxTextureWidth()
137 if (!Caches::hasInstance()) { in android_view_DisplayListCanvas_getMaxTextureHeight()
/frameworks/base/libs/hwui/tests/common/
DLeakChecker.cpp75 if (Caches::hasInstance()) { in checkForLeaks()
DTestUtils.h325 return renderthread::RenderThread::hasInstance(); in isRenderThreadRunning()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp116 if (Caches::hasInstance()) { in CREATE_BRIDGE1()
349 if (RenderThread::hasInstance()) { in trimMemory()
464 if (Caches::hasInstance()) { in CREATE_BRIDGE2()
477 if (!RenderThread::hasInstance()) return; in dumpGraphicsMemory()
646 if (!RenderThread::hasInstance()) return; in prepareToDraw()
704 if (!RenderThread::hasInstance()) return; in onBitmapDestroyed()
DRenderThread.h118 static bool hasInstance();
DOpenGLPipeline.cpp256 if (Caches::hasInstance() && thread.eglManager().hasEglContext()) { in prepareToDraw()
DRenderThread.cpp145 bool RenderThread::hasInstance() { in hasInstance() function in android::uirenderer::renderthread::RenderThread
/frameworks/base/core/jni/android/graphics/
DNinePatch.cpp82 if (android::uirenderer::ResourceCache::hasInstance()) { in finalize()
DPath.cpp54 if (obj->unique() && android::uirenderer::Caches::hasInstance()) { in finalize()