Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DProperties.cpp55 DebugLevel Properties::debugLevel = kDebugDisabled; member in android::uirenderer::Properties
131 debugLevel = (DebugLevel)base::GetIntProperty(PROPERTY_DEBUG, (int)kDebugDisabled); in load()
H A DProperties.h267 static DebugLevel debugLevel; variable
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DShaderCache.cpp53 if (CC_UNLIKELY(Properties::debugLevel & kDebugCaches)) { in validateCache()
73 if (CC_UNLIKELY(Properties::debugLevel & kDebugCaches)) { in validateCache()
H A DSkiaVulkanPipeline.cpp121 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()
H A DSkiaOpenGLPipeline.cpp179 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()