Home
last modified time | relevance | path

Searched refs:debugLevel (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
DProperties.cpp40 DebugLevel Properties::debugLevel = kDebugDisabled; member in android::uirenderer::Properties
133 debugLevel = (DebugLevel)property_get_int(PROPERTY_DEBUG, kDebugDisabled); in load()
DProperties.h227 static DebugLevel debugLevel; variable
DTextureCache.cpp43 mDebugEnabled = Properties::debugLevel & kDebugCaches; in TextureCache()
DTextDropShadowCache.cpp103 mDebugEnabled = Properties::debugLevel & kDebugMoreCaches; in TextDropShadowCache()
DTessellationCache.cpp288 mDebugEnabled = Properties::debugLevel & kDebugCaches; in TessellationCache()
DPathCache.cpp188 mDebugEnabled = Properties::debugLevel & kDebugCaches; in PathCache()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp90 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()
DSkiaOpenGLPipeline.cpp101 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp91 if (CC_UNLIKELY(Properties::debugLevel & kDebugMemory)) { in draw()