Home
last modified time | relevance | path

Searched refs:AddMessageForTesting (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DShaderModuleValidationTests.cpp173 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/
DCompilationMessages.h37 void AddMessageForTesting(
DCompilationMessages.cpp45 void OwnedCompilationMessages::AddMessageForTesting(std::string message, in AddMessageForTesting() function in dawn_native::OwnedCompilationMessages