Home
last modified time | relevance | path

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

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