Searched refs:ScopedProperty (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DTestUtilsTests.cpp24 TEST(ScopedProperty, simpleBool) {
27 ScopedProperty<bool> debugOverdraw(Properties::debugOverdraw, true);
32 ScopedProperty<bool> debugOverdraw(Properties::debugOverdraw, false);
H A DBakedOpDispatcherTests.cpp238 ScopedProperty<bool> ovdProp(Properties::debugOverdraw, debugOverdraw);
239 ScopedProperty<bool> lupProp(Properties::debugLayersUpdates, debugLayersUpdates);
H A DSkiaPipelineTests.cpp148 ScopedProperty<bool> prop(Properties::debugOverdraw, true);
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h126 class ScopedProperty { class in namespace:android::uirenderer
128 ScopedProperty(T& property, T newValue) function in class:android::uirenderer::ScopedProperty
133 ~ScopedProperty() {

Completed in 53 milliseconds