Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp37 bool Properties::enablePartialUpdates = true; member in android::uirenderer::Properties
148 enablePartialUpdates = property_get_bool(PROPERTY_ENABLE_PARTIAL_UPDATES, true); in load()
DProperties.h280 static bool enablePartialUpdates; variable
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp108 if (Properties::enablePartialUpdates) { in initialize()
DVulkanManager.cpp111 if (Properties::enablePartialUpdates && Properties::useBufferAge) { in initialize()