Home
last modified time | relevance | path

Searched refs:kDebugDisabled (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DProperties.cpp55 DebugLevel Properties::debugLevel = kDebugDisabled;
131 debugLevel = (DebugLevel)base::GetIntProperty(PROPERTY_DEBUG, (int)kDebugDisabled); in load()
H A DProperties.h55 kDebugDisabled = 0, enumerator
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp121 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()
H A DSkiaOpenGLPipeline.cpp179 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()