OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedProperty
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/tests/unit/
TestUtilsTests.cpp
24
TEST(
ScopedProperty
, simpleBool) {
27
ScopedProperty
<bool> debugOverdraw(Properties::debugOverdraw, true);
32
ScopedProperty
<bool> debugOverdraw(Properties::debugOverdraw, false);
BakedOpDispatcherTests.cpp
238
ScopedProperty
<bool> ovdProp(Properties::debugOverdraw, debugOverdraw);
239
ScopedProperty
<bool> lupProp(Properties::debugLayersUpdates, debugLayersUpdates);
SkiaPipelineTests.cpp
148
ScopedProperty
<bool> prop(Properties::debugOverdraw, true);
/frameworks/base/libs/hwui/tests/common/
TestUtils.h
126
class
ScopedProperty
{
128
ScopedProperty
(T& property, T newValue)
133
~
ScopedProperty
() {
Completed in 73 milliseconds