Searched refs:ScopedProperty (Results 1 – 4 of 4) sorted by relevance
24 TEST(ScopedProperty, simpleBool) { in TEST() argument27 ScopedProperty<bool> debugOverdraw(Properties::debugOverdraw, true); in TEST()32 ScopedProperty<bool> debugOverdraw(Properties::debugOverdraw, false); in TEST()
238 ScopedProperty<bool> ovdProp(Properties::debugOverdraw, debugOverdraw); in RENDERTHREAD_OPENGL_PIPELINE_TEST()239 ScopedProperty<bool> lupProp(Properties::debugLayersUpdates, debugLayersUpdates); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
148 ScopedProperty<bool> prop(Properties::debugOverdraw, true); in RENDERTHREAD_SKIA_PIPELINE_TEST()
126 class ScopedProperty {128 ScopedProperty(T& property, T newValue) in ScopedProperty() function133 ~ScopedProperty() { in ~ScopedProperty()