Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DProperties.cpp56 DebugLevel Properties::debugLevel = kDebugDisabled;
125 debugLevel = (DebugLevel)base::GetIntProperty(PROPERTY_DEBUG, (int)kDebugDisabled); in load()
H A DProperties.h55 kDebugDisabled = 0, enumerator
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp96 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()
H A DSkiaOpenGLPipeline.cpp126 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()