Searched refs:AddMessageForTesting (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | ShaderModuleValidationTests.cpp | 173 messages->AddMessageForTesting("Info Message"); in TEST_F() 174 messages->AddMessageForTesting("Warning Message", wgpu::CompilationMessageType::Warning); in TEST_F() 175 messages->AddMessageForTesting("Error Message", wgpu::CompilationMessageType::Error, 3, 4); in TEST_F() 176 messages->AddMessageForTesting("Complete Message", wgpu::CompilationMessageType::Info, 3, 4, 5, in TEST_F()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | CompilationMessages.h | 37 void AddMessageForTesting(
|
| D | CompilationMessages.cpp | 45 void OwnedCompilationMessages::AddMessageForTesting(std::string message, in AddMessageForTesting() function in dawn_native::OwnedCompilationMessages
|