Home
last modified time | relevance | path

Searched refs:showDirtyRegions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DProperties.cpp34 bool Properties::showDirtyRegions = false; member in android::uirenderer::Properties
139 showDirtyRegions = property_get_bool(PROPERTY_DEBUG_SHOW_DIRTY_REGIONS, false); in load()
DProperties.h261 static bool showDirtyRegions; variable
DFrameInfoVisualizer.cpp236 bool showDirty = Properties::showDirtyRegions; in consumeProperties()