Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp53 DebugLevel Properties::debugLevel = kDebugDisabled; member in android::uirenderer::Properties
144 debugLevel = (DebugLevel) property_get_int(PROPERTY_DEBUG, kDebugDisabled); in load()
DProperties.h295 static DebugLevel debugLevel; variable
DTextureCache.cpp45 mDebugEnabled = Properties::debugLevel & kDebugCaches; in TextureCache()
DTextDropShadowCache.cpp104 mDebugEnabled = Properties::debugLevel & kDebugMoreCaches; in TextDropShadowCache()
DTessellationCache.cpp298 mDebugEnabled = Properties::debugLevel & kDebugCaches; in TessellationCache()
DPathCache.cpp189 mDebugEnabled = Properties::debugLevel & kDebugCaches; in PathCache()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp92 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()
DSkiaOpenGLPipeline.cpp100 if (CC_UNLIKELY(Properties::debugLevel != kDebugDisabled)) { in draw()
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp94 if (CC_UNLIKELY(Properties::debugLevel & kDebugMemory)) { in draw()