HomeSort by relevance Sort by last modified time
    Searched refs:enablePartialUpdates (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
Properties.h 222 static bool enablePartialUpdates;
Properties.cpp 38 bool Properties::enablePartialUpdates = true;
137 enablePartialUpdates = property_get_bool(PROPERTY_ENABLE_PARTIAL_UPDATES, true);
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 115 if (Properties::enablePartialUpdates) {
VulkanManager.cpp 119 if (Properties::enablePartialUpdates && Properties::useBufferAge) {

Completed in 185 milliseconds