Home
last modified time | relevance | path

Searched refs:StartExpectDeviceError (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.h46 StartExpectDeviceError(); \
56 StartExpectDeviceError(matcher); \
102 void StartExpectDeviceError(testing::Matcher<std::string> errorMatcher);
103 void StartExpectDeviceError();
DValidationTest.cpp132 void ValidationTest::StartExpectDeviceError(testing::Matcher<std::string> errorMatcher) { in StartExpectDeviceError() function in ValidationTest
138 void ValidationTest::StartExpectDeviceError() { in StartExpectDeviceError() function in ValidationTest
139 StartExpectDeviceError(testing::_); in StartExpectDeviceError()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.h23 StartExpectDeviceError(); \
34 void StartExpectDeviceError();
DValidationTest.cpp57 void ValidationTest::StartExpectDeviceError() { in StartExpectDeviceError() function in ValidationTest
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.h49 StartExpectDeviceError(); \
161 void StartExpectDeviceError();
DDawnTest.cpp452 void DawnTest::StartExpectDeviceError() { in StartExpectDeviceError() function in DawnTest
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h99 StartExpectDeviceError(matcher); \
309 void StartExpectDeviceError(testing::Matcher<std::string> errorMatcher = testing::_);
DDawnTest.cpp1015 void DawnTestBase::StartExpectDeviceError(testing::Matcher<std::string> errorMatcher) { in StartExpectDeviceError() function in DawnTestBase
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainValidationTests.cpp327 self->StartExpectDeviceError(); in ToMockDeviceLostCallback()
DDeviceLostTests.cpp37 self->StartExpectDeviceError(); in ToMockDeviceLostCallback()