Searched refs:debugLayersUpdates (Results 1 – 3 of 3) sorted by relevance
33 bool Properties::debugLayersUpdates = false; member in android::uirenderer::Properties83 bool prevDebugLayersUpdates = debugLayersUpdates; in load()107 debugLayersUpdates = property_get_bool(PROPERTY_DEBUG_LAYERS_UPDATES, false); in load()108 INIT_LOGD(" Layers updates debug enabled: %d", debugLayersUpdates); in load()130 return (prevDebugLayersUpdates != debugLayersUpdates) || (prevDebugOverdraw != debugOverdraw); in load()
192 static bool debugLayersUpdates; variable
243 if (CC_UNLIKELY(Properties::debugLayersUpdates)) { in drawContent()