Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp38 bool Properties::enablePartialUpdates = true; member in android::uirenderer::Properties
116 enablePartialUpdates = property_get_bool(PROPERTY_ENABLE_PARTIAL_UPDATES, true); in load()
DProperties.h198 static bool enablePartialUpdates; variable
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp119 if (Properties::enablePartialUpdates) { in initialize()
DVulkanManager.cpp375 if (Properties::enablePartialUpdates && Properties::useBufferAge) { in initialize()