Searched refs:ScopedProperty (Results 1 - 3 of 3) 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.cpp239 ScopedProperty<bool> ovdProp(Properties::debugOverdraw, debugOverdraw);
240 ScopedProperty<bool> lupProp(Properties::debugLayersUpdates, debugLayersUpdates);
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h84 class ScopedProperty { class in namespace:android::uirenderer
86 ScopedProperty(T& property, T newValue) function in class:android::uirenderer::ScopedProperty
91 ~ScopedProperty() {

Completed in 3152 milliseconds