OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDebugDisabled
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
55
kDebugDisabled
= 0,
Properties.cpp
53
DebugLevel Properties::debugLevel =
kDebugDisabled
;
144
debugLevel = (DebugLevel) property_get_int(PROPERTY_DEBUG,
kDebugDisabled
);
/frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.cpp
100
if (CC_UNLIKELY(Properties::debugLevel !=
kDebugDisabled
)) {
SkiaVulkanPipeline.cpp
92
if (CC_UNLIKELY(Properties::debugLevel !=
kDebugDisabled
)) {
Completed in 294 milliseconds