Home
last modified time | relevance | path

Searched refs:mExpectError (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp54 ASSERT_FALSE(mExpectError); in TearDown()
58 mExpectError = true; in StartExpectDeviceError()
62 mExpectError = false; in EndExpectDeviceError()
74 ASSERT_TRUE(self->mExpectError) << "Got unexpected device error: " << message; in OnDeviceError()
DValidationTest.h61 bool mExpectError = false; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp124 ASSERT_FALSE(mExpectError); in TearDown()
133 mExpectError = true; in StartExpectDeviceError()
143 mExpectError = false; in EndExpectDeviceError()
218 ASSERT_TRUE(self->mExpectError) << "Got unexpected device error: " << message; in OnDeviceError()
220 if (self->mExpectError) { in OnDeviceError()
DValidationTest.h150 bool mExpectError = false; variable
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp453 mExpectError = true; in StartExpectDeviceError()
457 mExpectError = false; in EndExpectDeviceError()
465 ASSERT_TRUE(self->mExpectError) << "Got unexpected device error: " << message; in OnDeviceError()
DDawnTest.h208 bool mExpectError = false; variable
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1016 mExpectError = true; in StartExpectDeviceError()
1022 mExpectError = false; in EndExpectDeviceError()
1036 ASSERT_TRUE(self->mExpectError) << "Got unexpected device error: " << message; in OnDeviceError()
1038 if (self->mExpectError) { in OnDeviceError()
DDawnTest.h509 bool mExpectError = false; variable