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

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

Completed in 350 milliseconds